mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-06-13 07:52:46 +00:00
defect 702
checkpoint synchronize missing executive handler git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@740 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
e9d1f437e4
commit
0469a201e4
10
exec/ckpt.c
10
exec/ckpt.c
@ -3233,6 +3233,16 @@ static int message_handler_req_lib_ckpt_sectionread (struct conn_info *conn_info
|
||||
|
||||
static int message_handler_req_lib_ckpt_checkpointsynchronize (struct conn_info *conn_info, void *message)
|
||||
{
|
||||
struct res_lib_ckpt_checkpointsynchronize res_lib_ckpt_checkpointsynchronize;
|
||||
|
||||
res_lib_ckpt_checkpointsynchronize.header.size = sizeof (struct res_lib_ckpt_checkpointsynchronize);
|
||||
res_lib_ckpt_checkpointsynchronize.header.id = MESSAGE_RES_CKPT_CHECKPOINT_CHECKPOINTSYNCHRONIZE;
|
||||
res_lib_ckpt_checkpointsynchronize.header.error = SA_AIS_OK;
|
||||
|
||||
libais_send_response (conn_info,
|
||||
&res_lib_ckpt_checkpointsynchronize,
|
||||
sizeof (struct res_lib_ckpt_checkpointsynchronize));
|
||||
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user