]> andersk Git - moira.git/blobdiff - server/mr_server.h
removed lists for caching access control
[moira.git] / server / mr_server.h
index 23d2c49a00392ff48a1b6b5f157a45ad068586dd..d1f3470f53f2284a93d5dacf5aff088db5b3dc77 100644 (file)
@@ -35,8 +35,6 @@ struct krbname {
  * allocated for each active client.
  */
 
-#define NLISTS 100
-   
 typedef struct _client {
        OPERATION pending_op;   /* Primary pending operation */
        CONNECTION con;         /* Connection to the client */
@@ -51,7 +49,6 @@ typedef struct _client {
        returned_tuples *first, *last;
        time_t last_time_used;  /* Last time connection used */
        char entity[9];         /* entity on other end of the connection */
-       int lists[NLISTS];      /* lists this person is a member of */
 } client;
 
 /*
This page took 0.037696 seconds and 4 git commands to generate.