Add a trace message to guestfs_close.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 30 Apr 2011 09:55:27 +0000 (05:55 -0400)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 30 Apr 2011 09:55:27 +0000 (05:55 -0400)
commit91b35746b438240c0b64a22afae630ecbce5e02d
treeb3d8ef710c0695177c7099a095ba9a38e1bd37d1
parent10167cea98f93a74abe63f0a54d3a662997e7489
Add a trace message to guestfs_close.

Only the "first half" (ie. the call) is traced, because by the time
the function returns the handle has gone and there's no way to
generate events.

You should see:

  libguestfs: trace: close
src/guestfs.c