Array initialization in Linux Kernel

Cook Dan (tricountry@hotmail.com)
Tue, 01 Sep 1998 09:07:36 PDT


Will the Linux kernel initialize arrays in the kernel to be "NULL",
for example, in the route.c, the routing table is defined as

struct rtable ip_rt_hash_table[SIZE];

Is ip_rt_hash_table[i] initialized to be NULL?

Thanks.
--John.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html