put_visit() no longer needs a separate function to generate its index.
authorArt Cancro <ajc@citadel.org>
Tue, 2 May 2023 22:29:48 +0000 (18:29 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 2 May 2023 22:29:48 +0000 (18:29 -0400)
commitacabe560a31af729e82b2b4581a340d028af0756
tree2b704150bccc206ba4554d5abfe860cad6213874
parentf341b886bcec72ae247d795839131b8351fba279
put_visit() no longer needs a separate function to generate its index.

it is simply the first (sizeof(long)*3) bytes of the structure.
citadel/server/server.h
citadel/server/user_ops.c
citadel/server/user_ops.h
citadel/utils/ctdl3264.c