~mordred/gearmand/add-gtest

« back to all changes in this revision

Viewing changes to libgearman-server/constants.h

  • Committer: Brian Aker
  • Date: 2010-04-06 16:23:12 UTC
  • Revision ID: brian@gaz-20100406162312-yi58rz25slpibi3e
Commit for remove options from universal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
/**
57
57
 * @ingroup gearmand
58
 
 * Options for gearmand_st.
59
 
 */
60
 
typedef enum
61
 
{
62
 
  GEARMAND_LISTEN_EVENT= (1 << 0),
63
 
  GEARMAND_WAKEUP_EVENT= (1 << 1)
64
 
} gearmand_options_t;
65
 
 
66
 
/**
67
 
 * @ingroup gearmand
68
58
 * Wakeup events for gearmand_st.
69
59
 */
70
60
typedef enum