summaryrefslogtreecommitdiff
path: root/networkconfig.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-20 22:16:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-20 22:16:28 +0000
commitddd57c9a9ad661c22a6b9810ef112563906c8ae6 (patch)
tree40865aa416abaf8c31f64557c9770c3892ad8c08 /networkconfig.h
parentb80aaa9784eada594a76216cdc8c44d17131d3a6 (diff)
2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* networkconfig-qemu.h, networkconfig.h: Add missing initializers.
Diffstat (limited to 'networkconfig.h')
-rw-r--r--networkconfig.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/networkconfig.h b/networkconfig.h
index 96a4461..1739577 100644
--- a/networkconfig.h
+++ b/networkconfig.h
@@ -57,7 +57,14 @@ struct rtems_bsdnet_config rtems_bsdnet_config = {
"nodomain.com", /* Domain name */
"127.0.0.1", /* Gateway */
"127.0.0.1", /* Log host */
- {"127.0.0.1" }, /* Name server(s) */
+ {"127.0.0.1" }, /* Name server(s) */
+ {"127.0.0.1" }, /* NTP server(s) */
+ 0, /* sb_efficiency */
+ 0, /* udp_tx_buf_size */
+ 0, /* udp_rx_buf_size */
+ 0, /* tcp_tx_buf_size */
+ 0 /* tcp_rx_buf_size */
+
};
/*