summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorSimon Rettberg2014-03-19 14:14:06 +0100
committerSimon Rettberg2014-03-19 14:14:06 +0100
commit87a5f72b2eef3beb10ad50bfbd2a131bd278e67b (patch)
tree4e75715308afcd6211f304ee198eea735416a5d9 /types.h
parent(Forgot commit) Add fmt_ldapbindrequeststring that takes struct string as arg... (diff)
downloadldadp-87a5f72b2eef3beb10ad50bfbd2a131bd278e67b.tar.gz
ldadp-87a5f72b2eef3beb10ad50bfbd2a131bd278e67b.tar.xz
ldadp-87a5f72b2eef3beb10ad50bfbd2a131bd278e67b.zip
Work
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.h b/types.h
index 6959197..692042a 100644
--- a/types.h
+++ b/types.h
@@ -10,6 +10,7 @@
#define PWLEN 40
#define BASELEN 250
#define SIDLEN 28
+#define MOUNTLEN 100
#define REQLEN 4000
#define MAXMSGLEN 100000
@@ -68,6 +69,7 @@ struct _server_t_ {
char password[PWLEN];
char base[BASELEN];
char sid[SIDLEN];
+ char homeTemplate[MOUNTLEN];
epoll_server_t con;
};