diff options
Diffstat (limited to 'lib/types/types.h')
-rw-r--r-- | lib/types/types.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/types/types.h b/lib/types/types.h index 506510b..63f1b21 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -76,6 +76,12 @@ struct status { STATUS_ERROR, } type; char *message; + bool backlog; +}; + +struct statuslog_entry { + struct status *status; + struct list_item list; }; struct interface_info { |