X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Futils%2Fproto.h;h=a9ea1e321d4368fb61ae87fda233056e561b7cf2;hp=56715630524594a71e524932def3f1a01a9f7670;hb=5f7e0ee1cf668eaaec097d8f2fa0753b0c089946;hpb=1bde17786b9a0b342daae5faa46a54b3eeab6558 diff --git a/src/include/utils/proto.h b/src/include/utils/proto.h index 5671563..a9ea1e3 100644 --- a/src/include/utils/proto.h +++ b/src/include/utils/proto.h @@ -61,8 +61,9 @@ typedef struct { const char *name; const char *store_type; /* optional */ const char *store_id; /* optional */ + sdb_time_t store_last_update; /* optional */ } sdb_proto_metric_t; -#define SDB_PROTO_METRIC_INIT { 0, NULL, NULL, NULL, NULL } +#define SDB_PROTO_METRIC_INIT { 0, NULL, NULL, NULL, NULL, 0 } typedef struct { sdb_time_t last_update;