
26 Apr
2018
26 Apr
'18
11:07 a.m.
On 04/12/2018 08:40 AM, Marc Hartmayer wrote:
As a result, you can later determine at the callback which program has
s/at/during s/has to be/was
to be used. This makes it easier to refactor the code in the future and is less prone to error.
Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.vnet.ibm.com> --- src/remote/remote_daemon_dispatch.c | 108 ++++++++++++++++++++---------------- 1 file changed, 59 insertions(+), 49 deletions(-)
The $SUBJ is a bit long... How about just: remote: Save reference to program in daemonClientEventCallback Reviewed-by: John Ferlan <jferlan@redhat.com> John