summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/translate.cxx b/translate.cxx
index 981d71df..276382e5 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -2462,6 +2462,9 @@ translate_pass (systemtap_session& s)
s.op->newline() << "#define STP_STRING_SIZE MAXSTRINGLEN";
s.op->newline() << "#define STP_NUM_STRINGS 1";
+ if (s.bulk_mode)
+ s.op->newline() << "#define STP_RELAYFS";
+
s.op->newline() << "#if TEST_MODE";
s.op->newline() << "#include \"runtime.h\"";
s.op->newline() << "#else";