]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 12 Jul 2011 02:27:28 +0000 (21:27 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 12 Jul 2011 02:27:36 +0000 (21:27 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.h

index 9b1adcf2e5f8beff17e2515f02bb26ae598c0fac..c241305fbb4f3dd1801f163564cad7da76183a0b 100644 (file)
@@ -142,6 +142,7 @@ typedef struct sofia_dispatch_event_s {
        sip_t *sip;
        nua_t *nua;
        sofia_profile_t *profile;
+       int save;
 } sofia_dispatch_event_t;
 
 struct sofia_private {