Randy Dunlap wrote:
> On Fri, 10 Nov 2006 01:08:23 -0500 Paul Moore wrote:
>
>>An Introduction To Using Generic Netlink
>>===============================================================================
>>3.1.2. The genl_family Structure
>>
>>Generic Netlink services are defined by the genl_family structure, which is
>>shown below:
>>
>> struct genl_family
>> {
>> unsigned int id;
>> unsigned int hdrsize;
>> char name[GENL_NAMSIZ];
>> unsigned int version;
>> unsigned int maxattr;
>> struct nlattr ** attrbuf;
>> struct list_head ops_list;
>> struct list_head family_list;
>> };
>
> Any alignment/packing concerns here? or that is already
> handled, just not presented here?
>
> and same questions for other structs below (deleted).
These structure contents/layout were taken straight from the code.
> Typo patch attached.
Applied, thanks.
--
paul moore
linux security @ hp
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html