ISO C, section 6.7.8.. -brad w.
On Sun, Jun 6, 2010 at 1:00 AM, kernelcoder2 <[email protected]> wrote: > Hi, > > I am a kernel newbie. Saw the following struct in linux kernel /net/ > ipv4/tcp_ipv4.c: > > struct proto tcp_prot={ > > .name = "TCP", > .owner = THIS_MODULE, > ... > } > > each field name starts with a dot, ends with a comma (,) instead of > semicolon (;), this doesn't look like a C struct, what is it? Thanks. > > kc -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
