* Altered the algorithm by which the doubly-linked session list is
[citadel.git] / citadel / server.h
index c59ef57eb9d50a34de36b93bd536ab7c20c897e5..05035324d874e7b36c82fd5ef256bd015c902e2a 100644 (file)
@@ -68,7 +68,7 @@ enum {
  * modification in a linked list.
  */
 struct CitContext {
-       struct CitContext *prev;
+       struct CitContext *prev;        /* Link to previous session in list */
        struct CitContext *next;        /* Link to next session in the list */
 
        struct ctdluser user;   /* Database record buffers */