summaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--infra/sim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/sim.h b/infra/sim.h
index 185916a..b3dd0d3 100644
--- a/infra/sim.h
+++ b/infra/sim.h
@@ -31,6 +31,10 @@ namespace infra {
31 ++now; 31 ++now;
32 } 32 }
33 33
34 void pte(const transaction &t, const char *event) {
35 pt::event(t, event, now, "");
36 }
37
34 void pte(const transaction &t, const char *event, const std::string &data) { 38 void pte(const transaction &t, const char *event, const std::string &data) {
35 pt::event(t, event, now, data); 39 pt::event(t, event, now, data);
36 } 40 }