summaryrefslogtreecommitdiff
path: root/lib/xref.h
diff options
context:
space:
mode:
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 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. */