From ddd57c9a9ad661c22a6b9810ef112563906c8ae6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Aug 2008 22:16:28 +0000 Subject: 2008-08-20 Joel Sherrill * networkconfig-qemu.h, networkconfig.h: Add missing initializers. --- ChangeLog | 4 ++++ networkconfig-qemu.h | 7 +++++++ networkconfig.h | 9 ++++++++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81e95d3..63306fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-20 Joel Sherrill + + * networkconfig-qemu.h, networkconfig.h: Add missing initializers. + 2008-02-05 Joel Sherrill * networkconfig-icecube.h, networkconfig-qemu.h, networkconfig.h: diff --git a/networkconfig-qemu.h b/networkconfig-qemu.h index 076aae0..6b42cf1 100644 --- a/networkconfig-qemu.h +++ b/networkconfig-qemu.h @@ -120,7 +120,14 @@ struct rtems_bsdnet_config rtems_bsdnet_config = { "10.0.0.1", /* Log host */ {"10.0.2.3" }, /* Name server(s) */ {"" }, /* NTP server(s) */ +#else + #error "Fill me in" #endif /* !RTEMS_USE_BOOTP */ + 1, /* sb_efficiency */ + 0, /* udp_tx_buf_size */ + 0, /* udp_rx_buf_size */ + 0, /* tcp_tx_buf_size */ + 0 /* tcp_rx_buf_size */ }; 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 */ + }; /* -- cgit v1.2.3