mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Provide initial module structure to Doxygen.
This commit is contained in:
@@ -15,12 +15,26 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
/**
|
||||
|
||||
@addtogroup Event_Scheduler
|
||||
@{
|
||||
|
||||
@file event_queue.h
|
||||
|
||||
Queue of events awaiting execution.
|
||||
*/
|
||||
|
||||
class Event_basic;
|
||||
class Event_queue_element;
|
||||
class Event_queue_element_for_exec;
|
||||
|
||||
class THD;
|
||||
|
||||
/**
|
||||
Queue of active events awaiting execution.
|
||||
*/
|
||||
|
||||
class Event_queue
|
||||
{
|
||||
public:
|
||||
@@ -105,5 +119,8 @@ private:
|
||||
bool mutex_queue_data_attempting_lock;
|
||||
bool waiting_on_cond;
|
||||
};
|
||||
/**
|
||||
@} (End of group Event_Scheduler)
|
||||
*/
|
||||
|
||||
#endif /* _EVENT_QUEUE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user