Module: sip-router
Branch: master
Commit: 9f34472c4ea68271c5217cddb0ddeb232751087e
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9f34472…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Fri Mar 5 19:04:25 2010 +0100
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.
---
doc/rpc_list/Makefile | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/doc/rpc_list/Makefile b/doc/rpc_list/Makefile
index eb046cc..e3a2059 100644
--- a/doc/rpc_list/Makefile
+++ b/doc/rpc_list/Makefile
@@ -17,9 +17,7 @@ docbook_output_dir=docbook
# make print-lst |sed -e 's!^ \?../..\(.*\)!$(COREPATH)\1 \\!'
files_list= $(COREPATH)/core_cmd.c:core \
$(COREPATH)/modules_s/pdt/pdt.c:pdt \
- $(COREPATH)/modules_s/rls/rpc.c:rls \
$(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/gflags/gflags.c:gflags \
$(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/cpl-c/cpl_rpc.c:cpl-c \
$(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/tm/tm.c:tm \
$(COREPATH)/modules/tls/tls_rpc.c:tls \
$(COREPATH)/modules/lcr/lcr_rpc.c:lcr \
+ $(COREPATH)/modules/debugger/debugger_api.c:debugger \
$(COREPATH)/modules/ctl/ctl.c:ctl \
$(COREPATH)/modules/cfg_rpc/cfg_rpc.c:cfg_rpc \
$(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
grp_exclude=pa
# 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
# format= grp_filename=... ,where filename does not contain the extension