~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_bitmap.h

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

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