diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-02 15:11:59 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-02 15:11:59 +0100 |
commit | 62e41312acd0f7fe7f3622a73d6f6efc27b1b511 (patch) | |
tree | 92b9dc5cc25eab18154828a9b69223fa27687f5a /daemon/daemon.h | |
parent | c127ad3d4a494abb2d9bb4fb6eaa179431d2411a (diff) | |
download | libguestfs-62e41312acd0f7fe7f3622a73d6f6efc27b1b511.tar.gz libguestfs-62e41312acd0f7fe7f3622a73d6f6efc27b1b511.tar.xz libguestfs-62e41312acd0f7fe7f3622a73d6f6efc27b1b511.zip |
Add list of function_names to the daemon.
Messages which include the proc_nr can now also include the
name of the actual function being called.
Diffstat (limited to 'daemon/daemon.h')
-rw-r--r-- | daemon/daemon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h index 553973d9..5f22a4f8 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -55,6 +55,9 @@ extern void udev_settle (void); extern int verbose; +/*-- in names.c (auto-generated) --*/ +extern const char *function_names[]; + /*-- in proto.c --*/ extern int proc_nr; extern int serial; |