diff options
Diffstat (limited to 'src/ipc.h')
| -rw-r--r-- | src/ipc.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -29,6 +29,9 @@ struct engine_message { int time; comm_moves pv; + struct uci_move best_move; + struct uci_move ponder; + struct engine_message *next; }; @@ -40,9 +43,8 @@ typedef struct { enum { MESSAGE_FILLED, MESSAGE_READ, MESSAGE_PROCESSED }; typedef struct { engine_messages *engine_messages; - uci_state state; - + int uci_state_initialized; int uci_message_ready; struct fen_load from_position; comm_moves moves; |
