aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/libglouglou.h
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-01 16:36:37 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-01 16:36:37 +0100
commitc112e5013454b48c9f05b3ac2153656cdcf549a4 (patch)
treeee34f55863ae900c045f42c9540153f43b7b37fd /libglouglou/libglouglou.h
parentwork in progress on implementing a send buffer (diff)
downloadglouglou-c112e5013454b48c9f05b3ac2153656cdcf549a4.tar.xz
glouglou-c112e5013454b48c9f05b3ac2153656cdcf549a4.zip
work in progress on sendbuf
Diffstat (limited to 'libglouglou/libglouglou.h')
-rw-r--r--libglouglou/libglouglou.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglouglou/libglouglou.h b/libglouglou/libglouglou.h
index 63fa93a..4cd17f2 100644
--- a/libglouglou/libglouglou.h
+++ b/libglouglou/libglouglou.h
@@ -118,7 +118,7 @@ struct gg_user {
int id;
int sock;
struct sockaddr_in addr;
- char *buf[16384];
+ struct sendbuf *sbuf;
};
struct gg_server {