60
60
int log_file; /**< Handle for our log file */
61
61
enum status state; /**< The state the log is in */
63
63
drizzled::atomic<bool> is_active; /**< Internal toggle. If true, log was initialized properly... */
64
64
const char *log_file_path; /**< Full path to the log file */
65
65
drizzled::atomic<off_t> log_offset; /**< Offset in log file where log will write next command */
73
73
* Applies a Command to the serial log