Module: kamailio Branch: master Commit: 936a49a11ea88425bec4ad9b9e6ec69549e0fe34 URL: https://github.com/kamailio/kamailio/commit/936a49a11ea88425bec4ad9b9e6ec695...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-06-18T18:45:58+02:00
core: events - added out buffer field to event structure
---
Modified: src/core/events.h
---
Diff: https://github.com/kamailio/kamailio/commit/936a49a11ea88425bec4ad9b9e6ec695... Patch: https://github.com/kamailio/kamailio/commit/936a49a11ea88425bec4ad9b9e6ec695...
---
diff --git a/src/core/events.h b/src/core/events.h index f13c64a83a..2208d8038d 100644 --- a/src/core/events.h +++ b/src/core/events.h @@ -43,6 +43,7 @@
typedef struct sr_event_param { void *data; + str obuf; receive_info_t* rcv; dest_info_t *dst; sip_msg_t *req;