summaryrefslogtreecommitdiffstats
path: root/kdm/backend/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdm/backend/dm.h')
-rw-r--r--kdm/backend/dm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kdm/backend/dm.h b/kdm/backend/dm.h
index 664d2cf1a..5f81e24b9 100644
--- a/kdm/backend/dm.h
+++ b/kdm/backend/dm.h
@@ -220,6 +220,9 @@ typedef struct {
struct cmdsock *css; /* open connections */
char *path; /* filename of the socket */
+#ifndef HONORS_SOCKET_PERMS
+ char *realdir; /* real dirname of the socket */
+#endif
int fd; /* fd of the socket */
int gid; /* owner group of the socket */