[...]
> +callback->program = virObjectRef(remoteProgram);
> +/* eventID, callbackID, and legacy are not used */
> +callback->eventID = -1;
> +callback->callbackID = -1;
> if (virConnectRegisterCloseCallback(priv->conn,
>
On Fri, Apr 27, 2018 at 02:19 AM +0200, John Ferlan wrote:
> On 04/26/2018 12:27 PM, Marc Hartmayer wrote:
>> On Thu, Apr 26, 2018 at 05:07 PM +0200, John Ferlan
>> wrote:
>>> On 04/12/2018 08:40 AM, Marc Hartmayer wrote:
This allows us to get rid of another usage of the global variable
>>>
On 04/26/2018 12:27 PM, Marc Hartmayer wrote:
> On Thu, Apr 26, 2018 at 05:07 PM +0200, John Ferlan
> wrote:
>> On 04/12/2018 08:40 AM, Marc Hartmayer wrote:
>>> This allows us to get rid of another usage of the global variable
>>> remoteProgram.
>>>
>>> Signed-off-by: Marc Hartmayer
>>> Revie
On Thu, Apr 26, 2018 at 05:07 PM +0200, John Ferlan wrote:
> On 04/12/2018 08:40 AM, Marc Hartmayer wrote:
>> This allows us to get rid of another usage of the global variable
>> remoteProgram.
>>
>> Signed-off-by: Marc Hartmayer
>> Reviewed-by: Boris Fiuczynski
>> ---
>> src/remote/remote_daem
On 04/12/2018 08:40 AM, Marc Hartmayer wrote:
> This allows us to get rid of another usage of the global variable
> remoteProgram.
>
> Signed-off-by: Marc Hartmayer
> Reviewed-by: Boris Fiuczynski
> ---
> src/remote/remote_daemon_dispatch.c | 18 ++
> 1 file changed, 14 insert
This allows us to get rid of another usage of the global variable
remoteProgram.
Signed-off-by: Marc Hartmayer
Reviewed-by: Boris Fiuczynski
---
src/remote/remote_daemon_dispatch.c | 18 ++
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/src/remote/remote_daemon_d