summaryrefslogtreecommitdiff
path: root/src/uci.c
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-07 23:37:41 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-07 23:37:41 +0530
commit2761f8a533e2b025f209222a1e4ec70b91c7e8ee (patch)
treebb1ce2dfbf3f35fb81f8080776a7cc35e0ed3e3a /src/uci.c
parent965bf81879b22a25fd9b0d17ce6defd3d51c6173 (diff)
thread spawning from the uci settings & best move & ponder is now sent
uci setup is ALMOST done, i can sense it
Diffstat (limited to 'src/uci.c')
-rw-r--r--src/uci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uci.c b/src/uci.c
index 9e3c8c7..fa9bf86 100644
--- a/src/uci.c
+++ b/src/uci.c
@@ -97,6 +97,7 @@ void *uci(void *_com) {
"<empty>",
&com->state.uci_setpositionvalue
);
+ atomic_store(&com->uci_state_initialized, 1);
ucicmd cmd = ucicmd_init();
size_t n;