]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: Refactor keepalive timer code
authorJiri Denemark <jdenemar@redhat.com>
Tue, 12 Jun 2012 21:41:25 +0000 (23:41 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 13 Jun 2012 13:43:45 +0000 (15:43 +0200)
commita2ba8686325c8ba61c95f3f1152ef4420a029c15
treee89bb374d970476f0122ffbc16fea98e45e8f16c
parentca9b13e3733195d400effaca0ef13e4545a3b608
rpc: Refactor keepalive timer code

The code that needs to be run every keepalive interval of inactivity was
only called from a timer and thus from the main event loop. We will need
to call the code directly from another place.
src/rpc/virkeepalive.c