worker_create
struct worker* worker_create(struct daemon* daemon, int id);
if(!(daemon->workers[i] = worker_create(daemon, i)))