![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
A packet to send new primary election related info to the applier. More...
#include <applier.h>
Public Types | |
| enum | enum_action { NEW_PRIMARY = 0 , QUEUE_APPLIED = 1 } | 
Public Member Functions | |
| Single_primary_action_packet (enum enum_action action_arg) | |
| Create a new single primary action packet with associated data.  More... | |
| ~Single_primary_action_packet () override=default | |
  Public Member Functions inherited from Packet | |
| Packet (int type) | |
| Create a new generic packet of a certain type.  More... | |
| virtual | ~Packet ()=default | 
| int | get_packet_type () | 
Public Attributes | |
| enum enum_action | action | 
A packet to send new primary election related info to the applier.
      
  | 
  inline | 
Create a new single primary action packet with associated data.
| action_arg | the packet action | 
      
  | 
  overridedefault | 
| enum enum_action Single_primary_action_packet::action |