KallistiOS
##version##
|
Name handler interface. More...
#include <kos/nmmgr.h>
Public Member Functions | |
LIST_ENTRY (nmmgr_handler) list_ent | |
Data Fields | |
char | pathname [MAX_FN_LEN] |
int | pid |
uint32 | version |
uint32 | flags |
uint32 | type |
Name handler interface.
Every name handler must begin its information structures with this header. If the handler conforms to some well-defined interface (such as a VFS), then the struct must more specifically be of that type.
nmmgr_handler::LIST_ENTRY | ( | nmmgr_handler | ) |
uint32 nmmgr_handler::flags |
char nmmgr_handler::pathname[MAX_FN_LEN] |
int nmmgr_handler::pid |
uint32 nmmgr_handler::type |
uint32 nmmgr_handler::version |