Sfoglia il codice sorgente

core: added field for receive info inside sr_event_param_t

Daniel-Constantin Mierla 8 anni fa
parent
commit
344df70994
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/core/events.h

+ 1 - 0
src/core/events.h

@@ -42,6 +42,7 @@
 
 
 typedef struct sr_event_param {
 typedef struct sr_event_param {
 	void *data;
 	void *data;
+	receive_info_t* rcv;
 	dest_info_t *dst;
 	dest_info_t *dst;
 } sr_event_param_t;
 } sr_event_param_t;