aboutsummaryrefslogtreecommitdiff
path: root/include/elna/boot/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elna/boot/symbol.h')
-rw-r--r--include/elna/boot/symbol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elna/boot/symbol.h b/include/elna/boot/symbol.h
index 1ca5deb..08292bc 100644
--- a/include/elna/boot/symbol.h
+++ b/include/elna/boot/symbol.h
@@ -487,6 +487,9 @@ namespace elna::boot
/// its type's own alignment.
std::optional<std::size_t> alignment;
+ /// Whether the variable has thread storage duration.
+ bool is_thread_local{ false };
+
/**
* Constructs a variable symbol information.
*