* database.c: print log messages for file defragmentations
authorArt Cancro <ajc@citadel.org>
Fri, 21 May 1999 00:04:44 +0000 (00:04 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 21 May 1999 00:04:44 +0000 (00:04 +0000)
commitacddc5761717d2f004a8380bef154e7a5f954938
tree86c929a8786aaa354f13be9efa28b2b5bf4996ff
parentd6be8789cf70fea7b80d333f28ce63e370f1fd07
    * database.c: print log messages for file defragmentations
        * citserver.c: implemented CtdlAllocUserData() and CtdlGetUserData()
          for arbitrary per-session data storage (by modules etc.) without
          having to add fields to struct CitContext
        * msgbase.c: removed "desired_section" from struct CitContext and
          implemented it using CtdlGetUserData() as a test.
citadel/ChangeLog
citadel/citserver.c
citadel/citserver.h
citadel/messages/hello
citadel/msgbase.c
citadel/server.h