Skip to content

Commit

Permalink
time delay for windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bik committed Dec 26, 2014
1 parent 9ff1eab commit 88c76f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions c_src/erloci_drv/threads.cpp
Expand Up @@ -159,7 +159,9 @@ ProcessCommandCb (
#endif

vector<unsigned char> rxpkt;
#ifdef __WIN32__
DWORD start, end;
#endif
while (threads::run_threads) {
rxpkt = cmd_queue::pop();
if (rxpkt.size() > 0)
Expand Down

0 comments on commit 88c76f3

Please sign in to comment.