KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Name handler interface. More...
#include <kos/nmmgr.h>
Public Member Functions | |
LIST_ENTRY (nmmgr_handler) list_ent | |
Data Fields | |
char | pathname [NAME_MAX] |
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_t::LIST_ENTRY | ( | nmmgr_handler | ) |
uint32 nmmgr_handler_t::flags |
char nmmgr_handler_t::pathname[NAME_MAX] |
int nmmgr_handler_t::pid |
uint32 nmmgr_handler_t::type |
uint32 nmmgr_handler_t::version |