Skip to content

Commit e2e5b9f

Browse files
committed
Move mapcache_cache Member To Top Of Struct
1 parent cea86d5 commit e2e5b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mapcache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,9 @@ typedef struct mapcache_cache_redis mapcache_cache_redis;
608608
* \implements mapcache_cache
609609
*/
610610
struct mapcache_cache_redis {
611+
mapcache_cache cache;
611612
char *host;
612613
unsigned int port;
613-
mapcache_cache cache;
614614
};
615615

616616
/**

0 commit comments

Comments
 (0)