summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index c6663655..dcdf67f5 100644
--- a/main.cxx
+++ b/main.cxx
@@ -116,7 +116,7 @@ main (int argc, char * const argv [])
s.test_mode = false;
s.guru_mode = false;
s.last_pass = 5;
- s.module_name = "stap_" + stringify(getuid()) + "_" + stringify(time(0));
+ s.module_name = "stap_" + stringify(getpid());
s.keep_tmpdir = false;
s.cmd = "";
s.target_pid = 0;