Module: kamailio
Branch: master
Commit: 344df7099435dcc76bf052cf2a020b3512ad153b
URL:
https://github.com/kamailio/kamailio/commit/344df7099435dcc76bf052cf2a020b3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-10-14T10:42:52+02:00
core: added field for receive info inside sr_event_param_t
---
Modified: src/core/events.h
---
Diff:
https://github.com/kamailio/kamailio/commit/344df7099435dcc76bf052cf2a020b3…
Patch:
https://github.com/kamailio/kamailio/commit/344df7099435dcc76bf052cf2a020b3…
---
diff --git a/src/core/events.h b/src/core/events.h
index f2f63bc016..191fe85cc8 100644
--- a/src/core/events.h
+++ b/src/core/events.h
@@ -42,6 +42,7 @@
typedef struct sr_event_param {
void *data;
+ receive_info_t* rcv;
dest_info_t *dst;
} sr_event_param_t;