mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 10:59:34 +00:00
libqb: change pause_timestamp to uint64_t
Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
b8eae0e769
commit
b5afc9283d
@ -499,7 +499,7 @@ struct totemsrp_instance {
|
||||
|
||||
unsigned int my_cbl;
|
||||
|
||||
unsigned long long int pause_timestamp;
|
||||
uint64_t pause_timestamp;
|
||||
|
||||
struct memb_commit_token *commit_token;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user