projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
So many changes. Broken.
[invirt/third/libt4.git]
/
lock_smain.cc
diff --git
a/lock_smain.cc
b/lock_smain.cc
index
64f7985
..
52e6c4f
100644
(file)
--- a/
lock_smain.cc
+++ b/
lock_smain.cc
@@
-1,4
+1,6
@@
-#include "lock_server.h"
+#include "include/lock_server.h"
+
+using namespace std::chrono;
int main(int argc, char *argv[]) {
global = new t4_state('s');
int main(int argc, char *argv[]) {
global = new t4_state('s');
@@
-16,5
+18,5
@@
int main(int argc, char *argv[]) {
rsm.start();
while(1)
rsm.start();
while(1)
- std::this_thread::sleep_for(milliseconds(1000));
+ std::this_thread::sleep_for(1000ms);
}
}