index
:
anytun/anytun.git
lua
master
new-multithreading
newcrypt
v0.1
v0.2
v0.2.1
v0.3
v0.3.1
v0.3.2
v0.3.3
v0.3.4
v0.3.5
v0.3.6
v0.3.7
v0.3.8
ws-cleanups
anycast tunneling daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buffer.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'buffer.h')
-rw-r--r--
buffer.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.h b/buffer.h
index 349c8dd..b8841af 100644
--- a/
buffer.h
+++ b/
buffer.h
@@ -48,8 +48,8 @@ public:
protected:
- u_int32_t length_;
u_int8_t *buf_;
+ u_int32_t length_;
};