1 #ifndef __LUNAIX_KP_RECORDS_H
2 #define __LUNAIX_KP_RECORDS_H
4 #include <lunaix/ds/llist.h>
5 #include <lunaix/time.h>
9 struct llist_header ents;
14 #define KP_ENT_SIZE sizeof(struct kp_entry)
18 struct kp_entry kp_ents;
20 struct llist_header* kp_ent_wp;
26 #define KP_RECS_SIZE sizeof(struct kp_records)
29 kprec_create(int max_recs);
32 kprec_put(struct kp_records*, int lvl, char* content, size_t len);
34 #endif /* __LUNAIX_KP_RECORDS_H */