|
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_t | version |
| uint32_t | flags |
| uint32_t | 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_t nmmgr_handler_t::flags |
| char nmmgr_handler_t::pathname[NAME_MAX] |
| int nmmgr_handler_t::pid |
| uint32_t nmmgr_handler_t::type |
| uint32_t nmmgr_handler_t::version |