~dave-terei/libmemcached/sasl-fixes

« back to all changes in this revision

Viewing changes to clients/ms_memslap.h

  • Committer: Brian Aker
  • Date: 2010-01-19 19:10:54 UTC
  • Revision ID: brian@gaz-20100119191054-2r6rz05sts319vac
Compiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
/* lock adapter */
93
93
typedef struct sync_lock
94
94
{
95
 
  int count;
 
95
  uint32_t count;
96
96
  pthread_mutex_t lock;
97
97
  pthread_cond_t cond;
98
98
} ms_sync_lock_t;