[sr-dev] git:master:1d95163a: core: added dst info to sr_event_param_t
Daniel-Constantin Mierla
miconda at gmail.com
Thu Jun 15 07:30:43 CEST 2017
Module: kamailio
Branch: master
Commit: 1d95163aef99c4a182a802f59200eb0c324e9c71
URL: https://github.com/kamailio/kamailio/commit/1d95163aef99c4a182a802f59200eb0c324e9c71
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/1d95163aef99c4a182a802f59200eb0c324e9c71.diff
Patch: https://github.com/kamailio/kamailio/commit/1d95163aef99c4a182a802f59200eb0c324e9c71.patch
---
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);
More information about the sr-dev
mailing list