File: moduleinfo

package info (click to toggle)
koala 0.3.2a-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,036 kB
  • ctags: 581
  • sloc: ansic: 29,450; makefile: 1,664; xml: 11
file content (12 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Information needed in modules:
	Daemon Options
	Daemon State
	Function Pointers

Module Name can be derived by the startup function.

Startup function prototype is:
	int modulename(moduleinfo_t *pmodinfo);

Module info pointer table includes init function pointers which the startup
function can use for various purposes.