worker.h 129 B

123456
  1. #ifndef __WORKER_H__
  2. #define __WORKER_H__
  3. int worker_main(const char *controller_host, unsigned short controller_port);
  4. #endif