~mm-yuhu/gearmand/server-funcs

« back to all changes in this revision

Viewing changes to libgearman/packet.c

  • Committer: Eric Day
  • Date: 2009-03-20 17:09:42 UTC
  • Revision ID: eday@oddments.org-20090320170942-ngev09qb2zvf84a6
Moved sched/epoch down in the protocol, may remove later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
  { "OPTION_RES",         1, false },
60
60
  { "WORK_DATA",          1, true  },
61
61
  { "WORK_WARNING",       1, true  },
62
 
  { "SUBMIT_JOB_SCHED",   7, true  },
63
 
  { "SUBMIT_JOB_EPOCH",   3, true  },
64
62
  { "GRAB_JOB_UNIQ",      0, false },
65
63
  { "JOB_ASSIGN_UNIQ",    3, true  },
66
64
  { "SUBMIT_JOB_HIGH_BG", 2, true  },
67
65
  { "SUBMIT_JOB_LOW",     2, true  },
68
 
  { "SUBMIT_JOB_LOW_BG",  2, true  }
 
66
  { "SUBMIT_JOB_LOW_BG",  2, true  },
 
67
  { "SUBMIT_JOB_SCHED",   7, true  },
 
68
  { "SUBMIT_JOB_EPOCH",   3, true  }
69
69
};
70
70
 
71
71
/** @} */