* Altered the algorithm by which the doubly-linked session list is
authorArt Cancro <ajc@citadel.org>
Thu, 10 Mar 2005 03:11:07 +0000 (03:11 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 10 Mar 2005 03:11:07 +0000 (03:11 +0000)
commitf860f92d4eb1e7344f6ad687055cf5a605709d12
treebaa117cae9193150b716fe926dd93697429674be
parente59227c757409a66fa7840957bbba0008e95b176
* Altered the algorithm by which the doubly-linked session list is
  amended and culled.  Decided that performance is better than cute
  session numbers (which we don't display to the users anymore anyway)
  and we now assign a session number (CC->cs_pid) starting with 1 when the
  server starts and incrementing indefinitely.  Need to test this more.
citadel/ChangeLog
citadel/citserver.c
citadel/server.h
citadel/sysdep.c