Module: kamailio
Branch: master
Commit: 1d95163aef99c4a182a802f59200eb0c324e9c71
URL:
https://github.com/kamailio/kamailio/commit/1d95163aef99c4a182a802f59200eb0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-06-15T07:01:17+02:00
core: added dst info to sr_event_param_t
---
Modified: src/core/events.h
---
Diff:
https://github.com/kamailio/kamailio/commit/1d95163aef99c4a182a802f59200eb0…
Patch:
https://github.com/kamailio/kamailio/commit/1d95163aef99c4a182a802f59200eb0…
---
diff --git a/src/core/events.h b/src/core/events.h
index 3a753f4529..f2f63bc016 100644
--- a/src/core/events.h
+++ b/src/core/events.h
@@ -42,6 +42,7 @@
typedef struct sr_event_param {
void *data;
+ dest_info_t *dst;
} sr_event_param_t;
typedef int (*sr_event_cb_f)(sr_event_param_t *evp);