remove comment from client.h file.. no need for it now
authorMichael J. Pounders <snowblind@bellsouth.net>
Wed, 26 Nov 2014 03:14:27 +0000 (22:14 -0500)
committerMichael J. Pounders <snowblind@bellsouth.net>
Wed, 26 Nov 2014 03:14:27 +0000 (22:14 -0500)
src/client.h
src/sharedmemory_global.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;
index 217ef9ac6c3b67669fab1896cb1c29cc73ae3b66..b68fcdef2fce47dc54d83ad149ed6940c59fbe85 100644 (file)
@@ -1,3 +1,3 @@
 int shm_fd;\r
 shm_t *shmptr = NULL;\r
-char shm_file_name[128];
\ No newline at end of file
+char shm_file_name[128];\r