MySQL 9.0.0
Source Code Documentation
Service_status_msg Struct Reference

Service status message providing an abstraction for the service message sent by monitor to client. More...

#include <restart_monitor_win.h>

Public Member Functions

 Service_status_msg ()
 Constructor which initializes the service status message to a null string. More...
 
 Service_status_msg (const char *msg)
 Constructor initializes the service status with a particular message. More...
 
const char * service_msg () const
 Get service message. More...
 

Private Attributes

char m_service_msg [32]
 Service status message indicating type of update to be done monitor to SCM. More...
 

Detailed Description

Service status message providing an abstraction for the service message sent by monitor to client.

Constructor & Destructor Documentation

◆ Service_status_msg() [1/2]

Service_status_msg::Service_status_msg ( )
inline

Constructor which initializes the service status message to a null string.

◆ Service_status_msg() [2/2]

Service_status_msg::Service_status_msg ( const char *  msg)
inline

Constructor initializes the service status with a particular message.

Parameters
msgpointer to message string.

Member Function Documentation

◆ service_msg()

const char * Service_status_msg::service_msg ( ) const
inline

Get service message.

Returns
pointer to the service message.

Member Data Documentation

◆ m_service_msg

char Service_status_msg::m_service_msg[32]
private

Service status message indicating type of update to be done monitor to SCM.


The documentation for this struct was generated from the following file: