diff options
Diffstat (limited to 'src/vpp-api/vom/connection.hpp')
-rw-r--r-- | src/vpp-api/vom/connection.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/vom/connection.hpp b/src/vpp-api/vom/connection.hpp index c8acf78cca5..06fe840232d 100644 --- a/src/vpp-api/vom/connection.hpp +++ b/src/vpp-api/vom/connection.hpp @@ -46,7 +46,7 @@ public: * Blocking [re]connect call - always eventually succeeds, or the * universe expires. Not much this system can do without one. */ - void connect(); + int connect(); /** * Blocking disconnect |