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
