]> code.citadel.org Git - citadel.git/commit
* Makefile.in: add SERV_MODULES and PROXY_TARGETS to `cleaner'
authorNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 17 Sep 1998 22:02:12 +0000 (22:02 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 17 Sep 1998 22:02:12 +0000 (22:02 +0000)
commita0251ce874d5b59c1d50f1105d04cf14d4ba6477
tree4202cf23d7de692898dbf40ff6de80f0b24d8852
parentf4f2713637a8e5046131550310813ab6f51f98bc
    * Makefile.in: add SERV_MODULES and PROXY_TARGETS to `cleaner'
        * dynloader.[ch], serv_{chat,test}.[ch], sysdep.c: cleaned
          up the dynamic loader interface as follows:
          - all the symbol table stuff is gone.
          - modules are loaded once at server startup and never unloaded.
          - Added a new function CtdlRegisterProtoHook() to handle the stuff
            that was being done with the symbol tables.
          - Dynamic_Module_Init() now returns a pointer to a static struct
            DLModule_Info; this structure itself has been modified to use char*
            fields instead of fixed char arrays.
citadel/ChangeLog
citadel/Makefile.in
citadel/dynloader.c
citadel/dynloader.h
citadel/serv_chat.c
citadel/serv_chat.h
citadel/serv_test.c
citadel/sysdep.c