1 #ifndef PACHI_UCT_SLAVE_H
2 #define PACHI_UCT_SLAVE_H
5 #include "distributed/distributed.h"
11 enum parse_code
uct_notify(struct engine
*e
, struct board
*b
, int id
, char *cmd
, char *args
, char **reply
);
12 char *uct_genmoves(struct engine
*e
, struct board
*b
, struct time_info
*ti
, enum stone color
,
13 char *args
, bool pass_all_alive
, void **stats_buf
, int *stats_size
);
14 void *uct_htable_alloc(int hbits
);
15 void uct_htable_reset(struct tree
*t
);