diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2023-05-17 00:01:25 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-05-17 00:04:55 +0100 |
commit | 7933acbabceba8fd826f6505bfeb3ae8baff0a5c (patch) | |
tree | 89ccc1275d904db4b28a9bdc880c20f32d382ee0 /src/sst.h | |
parent | cba9387c361c3d33dcf1b21ff0e5beb4b0a81ade (diff) |
Add a hack for features to distinguish VDF loading
Diffstat (limited to 'src/sst.h')
-rw-r--r-- | src/sst.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ DECL_EVENT(Tick, bool /*simulating*/) extern void *clientlib; +/* occasionally useful: quick query to determine how sst was loaded */ +extern bool sst_earlyloaded; + #endif // vi: sw=4 ts=4 noet tw=80 cc=80 |