X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=a710f5c8a63d93eafbec883b8807c7a14984ed5a;hb=1615dfe3b360b87e7b2b77842517c9fb06ff1d86;hp=9f17ddf3d822ec32d708a5523ec62eee69d892ea;hpb=a738ff892738e239ad74f5aa686108298efa7cea;p=umurmur.git diff --git a/src/client.h b/src/client.h index 9f17ddf..a710f5c 100644 --- a/src/client.h +++ b/src/client.h @@ -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;