Преглед на файлове

Revert "modules/ims_registrar_scscf: new function to pass extra argument to lookup (ue_type)"

This reverts commit 574b8d6c2d0897ba69c5eec14775350508ad0778.
jaybeepee преди 9 години
родител
ревизия
1f8c8ef2a6
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      modules/ims_registrar_scscf/registrar_notify.h

+ 1 - 3
modules/ims_registrar_scscf/registrar_notify.h

@@ -72,14 +72,12 @@ typedef struct _reg_notification {
     int num_impus;
     
     unsigned int local_cseq;
-    unsigned int reginfo_s_version;
     str call_id;
     str from_tag;
     str to_tag;
     str record_route;
     str sockinfo_str;
     
-    
     struct _reg_notification *next; /**< next notification in the list	*/
     struct _reg_notification *prev; /**< previous notification in the list	*/
 } reg_notification;
@@ -134,7 +132,7 @@ str generate_reginfo_full(udomain_t* _t, str* impu_list, int new_subscription);
 
 str get_reginfo_partial(impurecord_t *r, ucontact_t *c, int event_type);
 
-void create_notifications(udomain_t* _t, impurecord_t* r_passed, str *presentity_uri, str *watcher_contact, str* impus, int num_impus, int event_type);
+void create_notifications(udomain_t* _t, impurecord_t* r_passed, str *presentity_uri, str *watcher_contact, str** impus, int num_impus, int event_type);
 
 void notification_event_process();