From 60a3efec2458d9a1531f8204d0e4a91729d3fc00 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 28 Apr 2020 09:30:50 +0200 Subject: lib/xref: use to transport thread_* file/line/func Just a better way of doing what was previously the "debugargdef" macro. Signed-off-by: David Lamparter --- lib/xref.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/xref.h') diff --git a/lib/xref.h b/lib/xref.h index 8cfe6a3b38..aac4a754d2 100644 --- a/lib/xref.h +++ b/lib/xref.h @@ -25,6 +25,8 @@ enum xref_type { XREFT_NONE = 0, + + XREFT_THREADSCHED = 0x100, }; /* struct xref is the "const" part; struct xrefdata is the writable part. */ -- cgit v1.2.3