struct space

struct space {
    // fields

    struct space* next;
    char* name;
    te_dhcp_space_opt* options;
};