From fd81f3d4f4987cba762713d3e615c2a04b3b8597 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 25 Feb 2006 21:16:36 +0000 Subject: Tidying up and make it consistent with the documentation git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@230 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/pjsip-simple/evsub.c | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'pjsip/src/pjsip-simple/evsub.c') diff --git a/pjsip/src/pjsip-simple/evsub.c b/pjsip/src/pjsip-simple/evsub.c index 8f102af5..874f9204 100644 --- a/pjsip/src/pjsip-simple/evsub.c +++ b/pjsip/src/pjsip-simple/evsub.c @@ -169,20 +169,19 @@ static struct mod_evsub } mod_evsub = { { - NULL, NULL, /* prev, next. */ - { "mod-evsub", 9 }, /* Name. */ - -1, /* Id */ - PJSIP_MOD_PRIORITY_APPLICATION-1, /* Priority */ - NULL, /* User data. */ - NULL, /* load() */ - NULL, /* start() */ - NULL, /* stop() */ - &mod_evsub_unload, /* unload() */ - NULL, /* on_rx_request() */ - NULL, /* on_rx_response() */ - NULL, /* on_tx_request. */ - NULL, /* on_tx_response() */ - &mod_evsub_on_tsx_state, /* on_tsx_state() */ + NULL, NULL, /* prev, next. */ + { "mod-evsub", 9 }, /* Name. */ + -1, /* Id */ + PJSIP_MOD_PRIORITY_DIALOG_USAGE, /* Priority */ + NULL, /* load() */ + NULL, /* start() */ + NULL, /* stop() */ + &mod_evsub_unload, /* unload() */ + NULL, /* on_rx_request() */ + NULL, /* on_rx_response() */ + NULL, /* on_tx_request. */ + NULL, /* on_tx_response() */ + &mod_evsub_on_tsx_state, /* on_tsx_state() */ } }; -- cgit v1.2.3