~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_bitmap.h

  • Committer: Brian Aker
  • Date: 2008-07-02 21:31:48 UTC
  • mfrom: (28.1.41 libtool-patch)
  • Revision ID: brian@tangent.org-20080702213148-pc4f4hjt5c9qvp00
Merge from Monty Taylor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
     thread_safe flag in bitmap_init was set.  Otherwise, we optimize by not
34
34
     acquiring the mutex
35
35
   */
36
 
#ifdef THREAD
37
36
  pthread_mutex_t *mutex;
38
 
#endif
39
37
} MY_BITMAP;
40
38
 
41
39
#ifdef  __cplusplus