From: Michael J. Pounders Date: Wed, 26 Nov 2014 03:14:27 +0000 (-0500) Subject: remove comment from client.h file.. no need for it now X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=1615dfe3b360b87e7b2b77842517c9fb06ff1d86 remove comment from client.h file.. no need for it now --- 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; diff --git a/src/sharedmemory_global.h b/src/sharedmemory_global.h index 217ef9a..b68fcde 100644 --- a/src/sharedmemory_global.h +++ b/src/sharedmemory_global.h @@ -1,3 +1,3 @@ int shm_fd; shm_t *shmptr = NULL; -char shm_file_name[128]; \ No newline at end of file +char shm_file_name[128];