From 0fad46cd0f21af5b896e7a6ee1f3b45fdf2a091a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 16:10:47 +0100 Subject: reduce unecessary usage of content headers --- content/hlcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/hlcache.h') diff --git a/content/hlcache.h b/content/hlcache.h index 0dd102062..3d9f41cdb 100644 --- a/content/hlcache.h +++ b/content/hlcache.h @@ -39,7 +39,7 @@ typedef struct hlcache_child_context { } hlcache_child_context; /** High-level cache event */ -typedef struct { +typedef struct hlcache_event { content_msg type; /**< Event type */ union content_msg_data data; /**< Event data */ } hlcache_event; -- cgit v1.2.3