TRIVIAL change to tasksink output
This commit is contained in:
parent
1a278e5ae3
commit
ca884b04a0
@ -23,7 +23,7 @@ int main(void)
|
|||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("Total elapsed time: %d msec\n",
|
printf("\nTotal elapsed time: %d msec\n",
|
||||||
(int) (s_clock() - start_time));
|
(int) (s_clock() - start_time));
|
||||||
|
|
||||||
zmq_close(receiver);
|
zmq_close(receiver);
|
||||||
|
Loading…
Reference in New Issue
Block a user