Comment 2 for bug 1194469

Revision history for this message
Jesse Donat (donatj) wrote :

I am seeing the same thing. I am implementing my own server for fun and the commands only go up to 36 but in the C I see commands up to 40

  ASSERT_EQ(37, int(GEARMAN_COMMAND_SUBMIT_REDUCE_JOB));
  ASSERT_EQ(38, int(GEARMAN_COMMAND_SUBMIT_REDUCE_JOB_BACKGROUND));
  ASSERT_EQ(39, int(GEARMAN_COMMAND_GRAB_JOB_ALL));
  ASSERT_EQ(40, int(GEARMAN_COMMAND_JOB_ASSIGN_ALL));