~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/write_buffer.h

Fix cpplint header guard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
  pthread_mutex_t latch; ///< Lock around the synchronized parts of the log (the write buffer)
88
88
};
89
89
 
90
 
#endif /* PLUGIN_TRANSACTION_LOG_UNDO_LOG_H */
 
90
#endif /* PLUGIN_TRANSACTION_LOG_WRITE_BUFFER_H */