~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2009-03-30 18:17:18 UTC
  • mto: (971.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 970.
  • Revision ID: mordred@inaugust.com-20090330181718-jyt04pyzcvxs76iw
Replacd use of tbb:: namespace with drizzled::

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
  Number of currently active user connections. The variable is protected by
426
426
  LOCK_thread_count.
427
427
*/
428
 
tbb::atomic<uint32_t> connection_count;
 
428
drizzled::atomic<uint32_t> connection_count;
429
429
 
430
430
/* Function declarations */
431
431