summaryrefslogtreecommitdiffstats
path: root/src/publisher
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-04-18 15:12:05 +0300
committerimarom <imarom@cisco.com>2016-04-18 15:12:05 +0300
commit7e5993941829e5fd1bb9ab3c6ac624d9aa800c37 (patch)
tree5e41c7f91ff77427be2731ff55f6cadfc6fb05e8 /src/publisher
parent1fa7b64c13e6c485926eba5c40bd198af738e365 (diff)
support for reacquire command
also better sync with the server about ownership of ports
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,