docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / virnetdaemondata / input-data-initial.json
blob6cf70d96e8de592f91a8b165398d20c56af0cedf
2     "min_workers": 10,
3     "max_workers": 50,
4     "priority_workers": 5,
5     "max_clients": 100,
6     "keepaliveInterval": 120,
7     "keepaliveCount": 5,
8     "keepaliveRequired": true,
9     "services": [
10         {
11             "auth": 0,
12             "readonly": true,
13             "nrequests_client_max": 2,
14             "socks": [
15                 {
16                     "fd": 100,
17                     "errfd": -1,
18                     "pid": 0,
19                     "isClient": false
20                 }
21             ]
22         },
23         {
24             "auth": 2,
25             "readonly": false,
26             "nrequests_client_max": 5,
27             "socks": [
28                 {
29                     "fd": 101,
30                     "errfd": -1,
31                     "pid": 0,
32                     "isClient": false
33                 }
34             ]
35         }
36     ],
37     "clients": [
38         {
39             "auth": 1,
40             "readonly": true,
41             "nrequests_max": 15,
42             "sock": {
43                 "fd": 102,
44                 "errfd": -1,
45                 "pid": -1,
46                 "isClient": true
47             },
48             "privateData": 1729
49         },
50         {
51             "auth": 2,
52             "readonly": true,
53             "nrequests_max": 66,
54             "sock": {
55                 "fd": 103,
56                 "errfd": -1,
57                 "pid": -1,
58                 "isClient": true
59             },
60             "privateData": 1729
61         }
62     ]