From 9073bf0c71c1159639098bd9815d70324236d0fa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 30 Aug 2009 02:53:48 +0200 Subject: [PATCH] ucimap: some hints --- ucimap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucimap.h b/ucimap.h index fc34090..9922f0f 100644 --- a/ucimap.h +++ b/ucimap.h @@ -103,10 +103,10 @@ struct uci_sectionmap { /* type string for the uci section */ const char *type; - /* length of the struct to map into */ + /* length of the struct to map into, filled in by macro */ unsigned int alloc_len; - /* sectionmap offset */ + /* sectionmap offset, filled in by macro */ unsigned int smap_offset; /* allocate a new data structure and return a pointer to the section map data */ -- 2.11.0