From: Robert Spalek Date: Thu, 27 Apr 2006 08:39:57 +0000 (+0200) Subject: add a name of the user-defined type X-Git-Tag: holmes-import~645^2~11^2~26 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=254af569641abfe831eff214fcb3bd35deee5030;p=libucw.git add a name of the user-defined type --- diff --git a/lib/ipaccess.c b/lib/ipaccess.c index b152136c..81b35ed0 100644 --- a/lib/ipaccess.c +++ b/lib/ipaccess.c @@ -64,6 +64,7 @@ addrmask_dumper(struct fastbuf *fb, void *ptr) static struct cf_user_type addrmask_type = { .size = sizeof(struct addrmask), + .name = "addrmask", .parser = addrmask_parser, .dumper = addrmask_dumper };