~brianaker/gearmand/osx9-fixes

« back to all changes in this revision

Viewing changes to libgearman/function/function_v2.cc

  • Committer: Brian Aker
  • Date: 2013-02-04 06:00:39 UTC
  • mfrom: (621.46.3 workspace)
  • mto: This revision was merged to the branch mainline in revision 701.
  • Revision ID: brian@tangent.org-20130204060039-a1amgkajohn0g032
Merge of 1.0, date set for new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
  case GEARMAN_ARGUMENT_TOO_LARGE:
119
119
  case GEARMAN_INVALID_ARGUMENT:
120
120
  case GEARMAN_IN_PROGRESS:
 
121
  case GEARMAN_INVALID_SERVER_OPTION:
121
122
  case GEARMAN_MAX_RETURN:
122
123
    break;
123
124
  }