summaryrefslogtreecommitdiff
path: root/lib/server/ProtocolWire.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-10 22:10:47 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-10 22:10:47 +0000
commit0f6eedb4d9ce5cd4d97e127c601559d7524e7c8e (patch)
treec88ace4bbd3a92c24822d3fb35e8f555b0694288 /lib/server/ProtocolWire.h
parent6bb997504c21c34a5856ba9b7b0483b2516db6a9 (diff)
parentbc2a15eb3dab71425757ec2cb73f56b911c4e400 (diff)
Merge branch 'appveyor' of github.com:boxbackup/boxbackup into appveyor
Diffstat (limited to 'lib/server/ProtocolWire.h')
-rw-r--r--lib/server/ProtocolWire.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/server/ProtocolWire.h b/lib/server/ProtocolWire.h
index ff62b66e..6dee445b 100644
--- a/lib/server/ProtocolWire.h
+++ b/lib/server/ProtocolWire.h
@@ -26,8 +26,8 @@ typedef struct
typedef struct
{
- u_int32_t mObjSize;
- u_int32_t mObjType;
+ uint32_t mObjSize;
+ uint32_t mObjType;
} PW_ObjectHeader;
#define SPECIAL_STREAM_OBJECT_TYPE 0xffffffff