~mordred/gearmand/cancel-job

« back to all changes in this revision

Viewing changes to libgearman-server/io.cc

  • Committer: Continuous Integration
  • Date: 2013-02-08 09:41:54 UTC
  • mfrom: (702.1.2 gearmand-1.2)
  • Revision ID: ci@tangent.org-20130208094154-rcph6nnr59udmb9s
Merge lp:~tangent-org/gearmand/1.2-build/ Build: jenkins-Gearmand-386

Show diffs side-by-side

added added

removed removed

Lines of Context:
416
416
}
417
417
 
418
418
gearmand_error_t gearman_io_set_option(gearmand_io_st *connection,
419
 
                                               gearmand_connection_options_t options,
420
 
                                               bool value)
 
419
                                       gearmand_connection_options_t options,
 
420
                                       bool value)
421
421
{
422
422
  switch (options)
423
423
  {