Module: sip-router Branch: master Commit: 595909e8acc0e6d178e346bef6a08ca98ae7351c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=595909e8acc0e6d178e346bef6a08ca98ae7351c
Author: Eloy Coto <[email protected]> Committer: Eloy Coto <[email protected]> Date: Tue Dec 9 17:23:46 2014 +0000 Add statsd module. Changes that I did before merge from my github project: - Remove Readme.md and doc/statsd.txt - Add README in the module. - Change sprintf to snprintf - Doc: Add valid ids into the sections. --- modules/statsd/Makefile | 15 +++ modules/statsd/README | 200 ++++++++++++++++++++++++++++++++++ modules/statsd/doc/Makefile | 6 + modules/statsd/doc/statsd.xml | 36 ++++++ modules/statsd/doc/statsd_admin.xml | 204 +++++++++++++++++++++++++++++++++++ modules/statsd/lib_statsd.c | 152 ++++++++++++++++++++++++++ modules/statsd/statsd.c | 167 ++++++++++++++++++++++++++++ 7 files changed, 780 insertions(+), 0 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=595909e8acc0e6d178e346bef6a08ca98ae7351c _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
