summaryrefslogtreecommitdiff
path: root/lib/xref.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-12-11 11:33:30 -0500
committerDonald Sharp <sharpd@nvidia.com>2023-03-24 08:32:17 -0400
commit5163a1c5601e8ab41c6b66fcfa87d17fd309fed2 (patch)
treee45dfd2208c0ad24788d3e6f982cdcb8945f9152 /lib/xref.h
parent3905fb7393e2f35df00fa5e1fa3165d6055d4436 (diff)
lib: convert xref_threadsched to xref_eventsched
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/xref.h')
-rw-r--r--lib/xref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xref.h b/lib/xref.h
index b49c9eb2f2..f06d65b422 100644
--- a/lib/xref.h
+++ b/lib/xref.h
@@ -20,7 +20,7 @@ extern "C" {
enum xref_type {
XREFT_NONE = 0,
- XREFT_THREADSCHED = 0x100,
+ XREFT_EVENTSCHED = 0x100,
XREFT_LOGMSG = 0x200,
XREFT_ASSERT = 0x280,