Module: sip-router
Branch: mariuszbihlei/p_usrloc
Commit: 9b75b8d0da994d3f27a2b756fe944c3f1cdccfd8
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9b75b8d…
Author: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Date: Tue Jan 18 15:06:17 2011 +0200
modules/usrloc Refactoring of usrloc: Moved interface declaration/definitions to one
common header (usrloc.h)
Before, mostly every header was included when using usrloc, thus the private parts were
not hidden to user.
Added a udomain_head_t data type which contains the first member of the udomain_t
structure (this structure is different
between p_usrloc and usrloc)
---
modules_k/usrloc/dlist.h | 56 +--------
modules_k/usrloc/ucontact.h | 79 +------------
modules_k/usrloc/udomain.h | 53 +--------
modules_k/usrloc/ul_callback.h | 11 +-
modules_k/usrloc/ul_mod.h | 4 -
modules_k/usrloc/urecord.h | 76 +------------
modules_k/usrloc/usrloc.h | 262 +++++++++++++++++++++++++++++++++++++++-
7 files changed, 269 insertions(+), 272 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=9b7…