about summary refs log tree commit homepage
path: root/cmogstored.h
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-07-19 02:17:18 +0000
committerEric Wong <normalperson@yhbt.net>2013-07-19 02:17:18 +0000
commitc49cf315dadbf1cfe2f5e80c1f3c1ae27ad0761e (patch)
tree418bf8f4b7dc218a797d27061c8cc66cd285fa5f /cmogstored.h
parent939abdfed71349df87712559553593dc95f406c5 (diff)
downloadcmogstored-c49cf315dadbf1cfe2f5e80c1f3c1ae27ad0761e.tar.gz
We'll have tracing everywhere, so it's too much maintenance overhead
to add it to every file which wants it.  Increased build-times are
a problem, but less than the maintenance overhead of finding the
right headers.
Diffstat (limited to 'cmogstored.h')
-rw-r--r--cmogstored.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmogstored.h b/cmogstored.h
index 32868cb..3c1801c 100644
--- a/cmogstored.h
+++ b/cmogstored.h
@@ -652,3 +652,6 @@ void mog_ioq_adjust(struct mog_ioq *, unsigned value);
 void mog_ioq_destroy(struct mog_ioq *);
 bool mog_ioq_unblock(struct mog_fd *);
 void mog_ioq_requeue_prepare(struct mog_ioq *);
+
+/* systemtap stuff */
+#include "trace.h"