summaryrefslogtreecommitdiff
path: root/lib/xref.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-04-28 09:30:59 +0200
committerDavid Lamparter <equinox@diac24.net>2021-02-01 17:28:09 +0100
commit131879fb926798bfefd80b0e2cba266919c5be1d (patch)
treed3969846271acbdc3f2cdb9161f813b1353f4988 /lib/xref.h
parent60a3efec2458d9a1531f8204d0e4a91729d3fc00 (diff)
lib/xref: add xrefs on zlog_* calls
This allows extracting a list of all log messages including their ECs and autogenerated unique IDs for them. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/xref.h')
-rw-r--r--lib/xref.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xref.h b/lib/xref.h
index aac4a754d2..9b5bcffc01 100644
--- a/lib/xref.h
+++ b/lib/xref.h
@@ -27,6 +27,8 @@ enum xref_type {
XREFT_NONE = 0,
XREFT_THREADSCHED = 0x100,
+
+ XREFT_LOGMSG = 0x200,
};
/* struct xref is the "const" part; struct xrefdata is the writable part. */