* add support for reading the UID via getsockopt from unix domain socket conneciotns...
[citadel.git] / citadel / server.h
index d78f61907837fedc9c3ad611f66261698ea266c6..a926a3c14c05c18b9f8a3a0435a044956ead4933 100644 (file)
@@ -91,6 +91,7 @@ struct CitContext {
        int cs_clientdev;       /* client developer ID */
        int cs_clienttyp;       /* client type code */
        int cs_clientver;       /* client version number */
+       uid_t cs_UDSclientUID;  /* the uid of the client when talking via UDS */
        char cs_clientname[32]; /* name of client software */
        char cs_host[64];       /* host logged in from */
        char cs_addr[64];       /* address logged in from */