Commit e83dc319 authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Add function header

parent 474711c3
......@@ -48,7 +48,18 @@ class mysql_db : public database_wrapper<mysql_db> {
bool connect(uint32_t num_retries);
bool close_connection();
/*
* Set the DB connection status
* @param [bool] status: status to be set
* @return void
*/
void set_db_connection_status(bool status);
/*
* Get the DB connection status
* @param void
* @return current connection status
*/
bool get_db_connection_status() const;
void start_event_connection_handling();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment