#include <satdir.h>
Data Fields | |
SAT_OBJ_DSCR * | sat_obj |
_sat_dir_entry * | next |
Directory entries are records consisting of a pointer to an Object descriptor, and a linked list pointer to all directory elements.
typedef struct _sat_dir_entry { SAT_OBJ_DSCR *sat_obj; struct _sat_dir_entry *next; } SAT_DIR_ENTRY;
Definition at line 96 of file satdir.h.
struct _sat_dir_entry* _sat_dir_entry::next |