diff options
| author | David Lamparter <equinox@diac24.net> | 2020-04-28 09:30:50 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-02-01 17:20:41 +0100 |
| commit | 60a3efec2458d9a1531f8204d0e4a91729d3fc00 (patch) | |
| tree | ad0208e9394bd9f2c08acb3791a77f97034ed821 /lib/xref.h | |
| parent | b2fa8c0fa30eaa72943c07786312923614ef355a (diff) | |
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 <equinox@diac24.net>
Diffstat (limited to 'lib/xref.h')
| -rw-r--r-- | lib/xref.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ |
