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]

microtime() in ecos tcp/ip


hi,
  in ecos tcp/ip stack, in support.c,these three functions was like this:

void microtime(struct timeval *tp)
{
panic("microtime");
}


void
get_mono_time(void)
{
   panic("get_mono_time");
}

void csignal(pid_t pgid, int signum, uid_t uid, uid_t euid)
{
panic("csignal");
}


I want know whether they was be called at real condition?


BRS/johnsonest





_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn



-- 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]