Skip to content
Snippets Groups Projects
Commit 6fdd4b5c authored by Wang, Ruonan's avatar Wang, Ruonan
Browse files

minor changes

parent 492e6a97
No related branches found
No related tags found
1 merge request!307DataMan and ZMQ transport worked with the newly refactored architecture
...@@ -45,7 +45,8 @@ int main(int argc, char *argv[]) ...@@ -45,7 +45,8 @@ int main(int argc, char *argv[])
int timeout = 5; int timeout = 5;
if(argc == 2){ if (argc == 2)
{
timeout = atoi(argv[1]); timeout = atoi(argv[1]);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment