#ifndef __WORKER_H__ #define __WORKER_H__ int worker_main(const char *controller_host, unsigned short controller_port); #endif