aboutsummaryrefslogtreecommitdiffstats
path: root/src/symsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/symsocket.h')
-rw-r--r--src/symsocket.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/symsocket.h b/src/symsocket.h
index 3996816..34961d0 100644
--- a/src/symsocket.h
+++ b/src/symsocket.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.2 2008/02/20 18:31:53 james
+ * *** empty log message ***
+ *
* Revision 1.1 2008/02/13 18:05:06 james
* *** empty log message ***
*
@@ -29,6 +32,8 @@ typedef struct
IPC_Msg *msg;
+ char *path_to_unlink;
+
} Socket;
#define SOCKET_IS_LISTENER(s) (!((s)->read_buf))