Module: kamailio Branch: master Commit: 344df7099435dcc76bf052cf2a020b3512ad153b URL: https://github.com/kamailio/kamailio/commit/344df7099435dcc76bf052cf2a020b35...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/344df7099435dcc76bf052cf2a020b35... Patch: https://github.com/kamailio/kamailio/commit/344df7099435dcc76bf052cf2a020b35...
---
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;