[sr-dev] git:master:936a49a1: core: events - added out buffer field to event structure

Daniel-Constantin Mierla miconda at gmail.com
Thu Jun 18 18:46:23 CEST 2020


Module: kamailio
Branch: master
Commit: 936a49a11ea88425bec4ad9b9e6ec69549e0fe34
URL: https://github.com/kamailio/kamailio/commit/936a49a11ea88425bec4ad9b9e6ec69549e0fe34

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

---

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;




More information about the sr-dev mailing list