mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Expose BIND and CONNECT states for use with dynamic configuration
introduce FairMQ interface version
This commit is contained in:
@@ -78,6 +78,8 @@ int main(int argc, char** argv)
|
||||
|
||||
server.ChangeState(FairMQExampleServer::SETOUTPUT);
|
||||
server.ChangeState(FairMQExampleServer::SETINPUT);
|
||||
server.ChangeState(FairMQExampleServer::BIND);
|
||||
server.ChangeState(FairMQExampleServer::CONNECT);
|
||||
|
||||
LOG(INFO) << "Listening for requests!";
|
||||
|
||||
|
Reference in New Issue
Block a user