diff options
Diffstat (limited to 'systemtap/src/javaioriot.stp')
| -rw-r--r-- | systemtap/src/javaioriot.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap/src/javaioriot.stp b/systemtap/src/javaioriot.stp index 3b50e36..4600aee 100644 --- a/systemtap/src/javaioriot.stp +++ b/systemtap/src/javaioriot.stp @@ -80,7 +80,7 @@ probe timer.s(3600) { } probe begin { - printf("#|capture_version=%d|\n", 2); + printf("#|capture_version=%d|\n", 3); } probe syscall.open, syscall.openat { |
