Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
praich
Ns 3 Dev
Commits
e84289cf
Commit
e84289cf
authored
16 years ago
by
Unknown
Browse files
Options
Download
Email Patches
Plain Diff
fix MinGW build
parent
2284d3d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/simulator/wall-clock-synchronizer.cc
+2
-1
src/simulator/wall-clock-synchronizer.cc
with
2 additions
and
1 deletion
+2
-1
src/simulator/wall-clock-synchronizer.cc
View file @
e84289cf
...
...
@@ -18,7 +18,6 @@
#include <time.h>
#include <sys/time.h>
#include <sched.h>
#include "ns3/log.h"
#include "ns3/system-condition.h"
...
...
@@ -67,7 +66,9 @@ WallClockSynchronizer::WallClockSynchronizer ()
#else
m_jiffy
=
1000000
;
#endif
#if 0
#include <sched.h>
//
// DANGER DANGER WILL ROBINSON
//
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help