#ifndef __WORKER_H__ #define __WORKER_H__ #include <string> // Used to prefix output from this process extern std::string output_prefix; int worker_main(const char *controller_host, unsigned short controller_port); #endif