Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Openvibe Group
extras
Commits
805a179b
Commit
805a179b
authored
Jan 07, 2016
by
nfoy
Browse files
fix htonll -> ntohll
parent
d45b1066
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/plugins/server-extensions/tcp-tagging/ovasCPluginTCPTagging.cpp
View file @
805a179b
...
...
@@ -14,7 +14,7 @@
#include <endian.h>
#elif defined TARGET_OS_Windows
#include <winsock2.h>
#define be64toh(x)
h
to
n
ll(x)
#define be64toh(x)
n
to
h
ll(x)
#endif
// Implementation of PluginTCPTagging.
...
...
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