Changeset 140 for trunk/include/sh_modules.h
- Timestamp:
- Oct 29, 2007, 1:09:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_modules.h
r68 r140 3 3 #define SH_MODULE_H 4 4 5 #include "sh_pthread.h" 5 6 6 7 typedef struct rconf … … 19 20 20 21 /* The initialization function. Return 0 on success. */ 21 int (* mod_init) ( void);22 int (* mod_init) (struct mod_type * arg); 22 23 23 24 /* The timer function. Return 0 if NOT time to check. */ … … 39 40 sh_rconf * conf_table; 40 41 42 SH_MUTEX(mod_mutex); 43 41 44 } sh_mtype; 42 45
Note:
See TracChangeset
for help on using the changeset viewer.