summaryrefslogtreecommitdiff
path: root/include/server.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-25 16:24:57 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-25 16:24:57 +0000
commitaa864b63aba5260b8bd35da61c543e08ae03bd49 (patch)
treefa072c79336b0b74afffa3af9ff30874e67ae3ef /include/server.h
parentc2c45aad274638acc14e603014f5fc68b13500c5 (diff)
- kod uz nepouizva buffer_t a buffer.c bol to iba historizmus z pouzivania TCP
( teraz na frontu prijatcy packetov pouizva list_t ) - odstranenie zakrkavacieho GUI "support IPv6", program je schopny zistit sam IP protokol na zaklade IP adresy ( ake logicke, ze ? ) git-svn-id: http://opensvn.csie.org/tuxanci_ng@72 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/server.h')
-rw-r--r--include/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/server.h b/include/server.h
index 247b836..5942a78 100644
--- a/include/server.h
+++ b/include/server.h
@@ -48,7 +48,7 @@ typedef struct client_struct
tux_t *tux;
my_time_t lastPing;
list_t *listCheck;
- buffer_t *buffer;
+ list_t *buffer;
} client_t;
#ifdef PUBLIC_SERVER