Node in article hierarchy. More...
Public Attributes | |
core_anum_t | anum |
unsigned int | flags |
struct core_article_header * | header |
struct core_hierarchy_element * | parent |
size_t | children |
struct core_hierarchy_element ** | child |
core_anum_t core_hierarchy_element::anum |
Article number (only valid for the current server)
Definition at line 139 of file core.h.
Referenced by core_check_already_read().
struct core_hierarchy_element** core_hierarchy_element::child |
size_t core_hierarchy_element::children |
unsigned int core_hierarchy_element::flags |
struct core_article_header* core_hierarchy_element::header |
Pointer to article header
Definition at line 143 of file core.h.
Referenced by filter_match_own(), and filter_match_reply_to_own().
struct core_hierarchy_element* core_hierarchy_element::parent |
Pointer to parent article
Definition at line 145 of file core.h.
Referenced by filter_match_reply_to_own().