summaryrefslogtreecommitdiffstats
path: root/daemon/debug.c
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-26 15:33:12 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-26 16:48:47 +0100
commita505423e589b4820745e855c49dded60afc04f6a (patch)
treef4ac5dc0141d0974ad4f7703996f0da78deed9f9 /daemon/debug.c
parenteafefab93756b980bdb892df86e1ac3e5b88a260 (diff)
downloadlibguestfs-a505423e589b4820745e855c49dded60afc04f6a.tar.gz
libguestfs-a505423e589b4820745e855c49dded60afc04f6a.tar.xz
libguestfs-a505423e589b4820745e855c49dded60afc04f6a.zip
lib: Remove the BUSY state.
Originally this state was intended so that in some way you could find out if the appliance was running a command. However there was never a thread-safe way to access the state of the handle, so in effect you could never do anything useful safely with this information. This commit completely removes the BUSY state. The only visible change is to the guestfs_is_busy API. Previously you could never call this safely from another thread. If you called it from the same thread it would always return false (since the current thread can't be running a libguestfs command at that point by definition). Now it always returns false.
Diffstat (limited to 'daemon/debug.c')
0 files changed, 0 insertions, 0 deletions