[sr-dev] git:master:344df709: core: added field for receive info inside sr_event_param_t

Daniel-Constantin Mierla miconda at gmail.com
Sat Oct 14 19:52:23 CEST 2017


Module: kamailio
Branch: master
Commit: 344df7099435dcc76bf052cf2a020b3512ad153b
URL: https://github.com/kamailio/kamailio/commit/344df7099435dcc76bf052cf2a020b3512ad153b

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/344df7099435dcc76bf052cf2a020b3512ad153b.diff
Patch: https://github.com/kamailio/kamailio/commit/344df7099435dcc76bf052cf2a020b3512ad153b.patch

---

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;
 




More information about the sr-dev mailing list