added boid* priv to GexUnit

This commit is contained in:
2017-12-25 23:29:45 +01:00
parent 5291d530d7
commit 20c70c128f
+1
View File
@@ -45,6 +45,7 @@ struct gex_unit {
char *type; //!< Unit type (loaded, malloc'd)
uint8_t callsign; //!< Unit callsign
GexEventListener report_handler; //!< Report handling function
void *priv; //!< Place for unit driver private struct (for use with support library packages)
struct gex_unit *next; //!< Pointer to the next entry in this linked list, or NULL if none
};