hello_info
struct hello_info *hi = NULL;
struct hello_info *hi;
struct hello_info *hi;
struct hello_info *hi, *hinext;
SLIST_REMOVE(&hello_info_head, hi, hello_info, infos);
struct hello_info *hi;
SLIST_ENTRY(hello_info) infos;
extern SLIST_HEAD(hello_info_head,hello_info) hello_info_head;