Re: [libvirt] [PATCH v2 1/9] rpc: virnetserverclient: Identify clients by an integer ID

2016-05-02 Thread Michal Privoznik
On 02.05.2016 16:19, Erik Skultety wrote: >>> diff --git a/src/rpc/virnetserver.c b/src/rpc/virnetserver.c >>> index 57bd95c..8216da6 100644 >>> --- a/src/rpc/virnetserver.c >>> +++ b/src/rpc/virnetserver.c >>> @@ -65,6 +65,7 @@ struct _virNetServer { >>> >>> size_t nclients;

Re: [libvirt] [PATCH v2 1/9] rpc: virnetserverclient: Identify clients by an integer ID

2016-05-02 Thread Erik Skultety
>> diff --git a/src/rpc/virnetserver.c b/src/rpc/virnetserver.c >> index 57bd95c..8216da6 100644 >> --- a/src/rpc/virnetserver.c >> +++ b/src/rpc/virnetserver.c >> @@ -65,6 +65,7 @@ struct _virNetServer { >> >> size_t nclients;/* Current clients count */ >>

Re: [libvirt] [PATCH v2 1/9] rpc: virnetserverclient: Identify clients by an integer ID

2016-05-02 Thread Michal Privoznik
On 29.04.2016 14:39, Erik Skultety wrote: > Admin API needs a way of addressing specific clients. Unlike servers, which we > are happy to address by names both because its name reflects its purpose (to > some extent) and we only have two of them (so far), naming clients doesn't > make > any

[libvirt] [PATCH v2 1/9] rpc: virnetserverclient: Identify clients by an integer ID

2016-04-29 Thread Erik Skultety
Admin API needs a way of addressing specific clients. Unlike servers, which we are happy to address by names both because its name reflects its purpose (to some extent) and we only have two of them (so far), naming clients doesn't make any sense, since a) each client is an anonymous, i.e. not