summaryrefslogtreecommitdiffstats
path: root/src/publisher
diff options
context:
space:
mode:
Diffstat (limited to 'src/publisher')
-rw-r--r--src/publisher/trex_publisher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/publisher/trex_publisher.h b/src/publisher/trex_publisher.h
index f086babb..f8843758 100644
--- a/src/publisher/trex_publisher.h
+++ b/src/publisher/trex_publisher.h
@@ -46,7 +46,8 @@ public:
EVENT_PORT_PAUSED = 2,
EVENT_PORT_RESUMED = 3,
EVENT_PORT_FINISHED_TX = 4,
- EVENT_PORT_FORCE_ACQUIRED = 5,
+ EVENT_PORT_ACQUIRED = 5,
+ EVENT_PORT_RELEASED = 6,
EVENT_SERVER_STOPPED = 100,