Преглед изворни кода

core: added field for receive info inside sr_event_param_t

Daniel-Constantin Mierla пре 8 година
родитељ
комит
344df70994
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/core/events.h

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