]> sourceware.org Git - systemtap.git/commitdiff
Add MODULE_INFO() macro for dyninst mode.
authorDavid Smith <dsmith@redhat.com>
Thu, 20 Sep 2012 21:13:48 +0000 (16:13 -0500)
committerDavid Smith <dsmith@redhat.com>
Thu, 20 Sep 2012 21:13:48 +0000 (16:13 -0500)
* runtime/dyninst/runtime.h: Add MODULE_INFO() macro to get things
  compiling in dyninst mode (the testsuite adds a "--modinfo intree=Y"
  argument).

runtime/dyninst/runtime.h

index fbf933b59edfe6536a0d7ad6ddec01090488a15d..43b6a99272e953cd8ff1d33b574f293d066bf803 100644 (file)
@@ -73,6 +73,7 @@ static inline void preempt_enable_no_resched(void)
 
 #define MODULE_DESCRIPTION(str)
 #define MODULE_LICENSE(str)
+#define MODULE_INFO(tag,info)
 
 /* XXX for now, act like uniprocessor... */
 #define NR_CPUS 1
This page took 0.02846 seconds and 5 git commands to generate.