Browse Source

doc: rpc_list: updated the module list

Removed rls(s), pike(s) and pa(s) (obsolete) and add
debugger htable, usrloc(k) and uac(k).
Changed the name for usrloc(s) and usrloc(k) so that there won't
be name conflicts.
Andrei Pelinescu-Onciul 15 years ago
parent
commit
9f34472c4e
1 changed files with 9 additions and 6 deletions
  1. 9 6
      doc/rpc_list/Makefile

+ 9 - 6
doc/rpc_list/Makefile

@@ -17,9 +17,7 @@ docbook_output_dir=docbook
 #  make print-lst |sed  -e 's!^ \?../..\(.*\)!$(COREPATH)\1 \\!'
 #  make print-lst |sed  -e 's!^ \?../..\(.*\)!$(COREPATH)\1 \\!'
 files_list= $(COREPATH)/core_cmd.c:core \
 files_list= $(COREPATH)/core_cmd.c:core \
 	$(COREPATH)/modules_s/pdt/pdt.c:pdt \
 	$(COREPATH)/modules_s/pdt/pdt.c:pdt \
-	$(COREPATH)/modules_s/rls/rpc.c:rls \
 	$(COREPATH)/modules_s/pike/rpc.c:pike \
 	$(COREPATH)/modules_s/pike/rpc.c:pike \
-	$(COREPATH)/modules_s/tls/tls_rpc.c:tls \
 	$(COREPATH)/modules_s/presence_b2b/rpc.c:presence_b2b \
 	$(COREPATH)/modules_s/presence_b2b/rpc.c:presence_b2b \
 	$(COREPATH)/modules_s/gflags/gflags.c:gflags \
 	$(COREPATH)/modules_s/gflags/gflags.c:gflags \
 	$(COREPATH)/modules_s/dispatcher/ds_rpc.c:dispatcher \
 	$(COREPATH)/modules_s/dispatcher/ds_rpc.c:dispatcher \
@@ -27,22 +25,27 @@ files_list= $(COREPATH)/core_cmd.c:core \
 	$(COREPATH)/modules_s/domain/domain_rpc.c:domain \
 	$(COREPATH)/modules_s/domain/domain_rpc.c:domain \
 	$(COREPATH)/modules_s/cpl-c/cpl_rpc.c:cpl-c \
 	$(COREPATH)/modules_s/cpl-c/cpl_rpc.c:cpl-c \
 	$(COREPATH)/modules_s/sl/sl_stats.c:sl \
 	$(COREPATH)/modules_s/sl/sl_stats.c:sl \
-	$(COREPATH)/modules_s/usrloc/ul_rpc.c:usrloc \
-	$(COREPATH)/modules_s/pa/rpc.c:pa \
+	$(COREPATH)/modules_s/usrloc/ul_rpc.c:usrloc_s \
 	$(COREPATH)/modules_s/ratelimit/ratelimit.c:ratelimit \
 	$(COREPATH)/modules_s/ratelimit/ratelimit.c:ratelimit \
 	$(COREPATH)/modules/tm/tm.c:tm \
 	$(COREPATH)/modules/tm/tm.c:tm \
 	$(COREPATH)/modules/tls/tls_rpc.c:tls \
 	$(COREPATH)/modules/tls/tls_rpc.c:tls \
 	$(COREPATH)/modules/lcr/lcr_rpc.c:lcr \
 	$(COREPATH)/modules/lcr/lcr_rpc.c:lcr \
+	$(COREPATH)/modules/debugger/debugger_api.c:debugger \
 	$(COREPATH)/modules/ctl/ctl.c:ctl \
 	$(COREPATH)/modules/ctl/ctl.c:ctl \
 	$(COREPATH)/modules/cfg_rpc/cfg_rpc.c:cfg_rpc \
 	$(COREPATH)/modules/cfg_rpc/cfg_rpc.c:cfg_rpc \
 	$(COREPATH)/modules/db_flatstore/flat_rpc.c:db_flatstore \
 	$(COREPATH)/modules/db_flatstore/flat_rpc.c:db_flatstore \
-	$(COREPATH)/modules/mi_rpc/mi_rpc_mod.c:mi_rpc
+	$(COREPATH)/modules/mi_rpc/mi_rpc_mod.c:mi_rpc \
+	$(COREPATH)/modules_k/htable/htable.c:htable \
+	$(COREPATH)/modules_k/usrloc/ul_rpc.c:usrloc_k \
+	$(COREPATH)/modules_k/uac/uac_reg.c:uac
 
 
 
 
 # list of excluded groups
 # list of excluded groups
 grp_exclude=pa
 grp_exclude=pa
 # list of file prefixes to exclude (full path needed)
 # list of file prefixes to exclude (full path needed)
-file_exclude=$(COREPATH)/modules_s/tls/
+file_exclude=$(COREPATH)/modules_s/tls/ \
+				$(COREPATH)/obsolete/pa/ \
+				$(COREPATH)/obsolete/rls/
 
 
 # special per file group overrides
 # special per file group overrides
 # format= grp_filename=... ,where filename does not contain the extension
 # format= grp_filename=... ,where filename does not contain the extension