Mon 16 Mar 11:09:06 CET 2026
This commit is contained in:
parent
88d5637401
commit
bae15e4552
19
src/run.h
Normal file
19
src/run.h
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
#ifndef _RUN_H
|
||||||
|
#define _RUN_H
|
||||||
|
|
||||||
|
#ifdef IOAWAIT
|
||||||
|
int Loop(context_t *C0, char service);
|
||||||
|
#else
|
||||||
|
int Loop(context_t *C0);
|
||||||
|
#endif
|
||||||
|
#if HAS_NET > 0
|
||||||
|
#if HAS_NET_ROUTING > 0
|
||||||
|
int MessageHandlerCode(port_t *P,message_t *m);
|
||||||
|
#else
|
||||||
|
int MessageHandlerCode (port_t *P, message_type_t m);
|
||||||
|
int MessageHandlerEvent (port_t *P, message_type_t m);
|
||||||
|
int MessageHandlerUser (port_t *P, message_type_t m);
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user