typedef struct CConfig {
  int port;
  int workers;
} CConfig;
