Changeset 368:a1f26147ec61 in freeDiameter for extensions/app_sip/diamsip.h
- Timestamp:
- Jul 3, 2010, 12:40:00 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/app_sip/diamsip.h
r364 r368 84 84 85 85 86 staticint ds_entry();86 int ds_entry(); 87 87 void fd_ext_fini(void); 88 88 int diamsip_default_cb( struct msg ** msg, struct avp * avp, struct session * sess, enum disp_action * act); … … 103 103 #define SQL_CLEARFLAG_LEN 74 104 104 105 static struct session_handler * ds_sess_hdl; 106 static struct session *dssess; 105 extern struct session_handler * ds_sess_hdl; 107 106 108 107 … … 114 113 115 114 //Storage for some usefull AVPs 116 st atic struct{115 struct diamsip_dict{ 117 116 struct dict_object * Auth_Session_State; 118 117 struct dict_object * Auth_Application_Id; … … 139 138 struct dict_object * Digest_Algorithm; 140 139 struct dict_object * Digest_HA1; 141 } sip_dict; 140 }; 141 142 extern struct diamsip_dict sip_dict;
Note: See TracChangeset
for help on using the changeset viewer.