remove comment from client.h file.. no need for it now
[umurmur.git] / src / client.h
index 9f17ddf3d822ec32d708a5523ec62eee69d892ea..a710f5c8a63d93eafbec883b8807c7a14984ed5a 100644 (file)
@@ -59,7 +59,7 @@
 
 #define IS_AUTH(_a_) ((_a_)->authenticated)
 
-typedef struct {   /* You can add new lines to this struct, any reordering of some of the lines will break the sharedmemory API */
+typedef struct {
        int tcpfd;
        SSL_handle_t *ssl;
        bool_t SSLready;