This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Deferring network initialisation


Greetings.

For a certain application, I need to defer the network initialisation until
a particular event occurs.
I am aware that this can be achieved by a call to
init_all_network_interfaces ().

However, apparently a call is being made to this function at system init
time when the static constructors are invoked sequentially by
cyg_hal_invoke_constructors ().

Is there a formal method of deferring network initialisation which will not
entail hacking into the constructor calling sequence ?

If not, what is the cleanest way I can do this ?

Many thanks and regards,
robin

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]