X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver.h;h=9b105bf85db544ba70bd8254680c72cdc723ad83;hb=9dc7bcd39e5c317b6ca3f4f84f458c9cfccb878d;hp=9f69f19bf05c9d378f32636245a7c79074fdbc9f;hpb=734fdd6797cc597be60ff9e9ab93477100f7d286;p=citadel.git diff --git a/citadel/server.h b/citadel/server.h index 9f69f19bf..9b105bf85 100644 --- a/citadel/server.h +++ b/citadel/server.h @@ -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;