Explorar o código

core: events - added out buffer field to event structure

Daniel-Constantin Mierla %!s(int64=5) %!d(string=hai) anos
pai
achega
936a49a11e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/events.h

+ 1 - 0
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;