From 2df93b82a6cd71a641b481102a98907f09244187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedrich=20Sch=C3=B6ller?= Date: Tue, 2 Mar 2010 01:10:16 +0100 Subject: [PATCH] __packed__ attribute in ClientConnectData for future use --- server.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server.h b/server.h index f374849..28f6f59 100644 --- a/server.h +++ b/server.h @@ -34,6 +34,8 @@ public: Server(int tunnelMtu, const char *deviceName, const char *passphrase, uint32_t network, bool answerEcho, uid_t uid, gid_t gid, int pollTimeout); virtual ~Server(); + // change some time: + // struct __attribute__ ((__packed__)) ClientConnectData struct ClientConnectData { uint8_t maxPolls;