* Shut off hostname resolution when dealing with Unix domain sockets
[citadel.git] / citadel / server.h
index 9f69f19bf05c9d378f32636245a7c79074fdbc9f..9b105bf85db544ba70bd8254680c72cdc723ad83 100644 (file)
@@ -63,6 +63,7 @@ struct CitContext {
        int internal_pgm;       /* authenticated as internal program */
        char temp[32];          /* temp file name */
        int nologin;            /* not allowed to log in */
+       int is_local_socket;    /* set to 1 if client is on unix domain sock */
 
        char net_node[32];      /* Is the client another Citadel server? */
        int client_socket;