From 1615dfe3b360b87e7b2b77842517c9fb06ff1d86 Mon Sep 17 00:00:00 2001 From: "Michael J. Pounders" Date: Tue, 25 Nov 2014 22:14:27 -0500 Subject: [PATCH] remove comment from client.h file.. no need for it now --- src/client.h | 2 +- src/sharedmemory_global.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]; -- 2.30.2