From b5afc9283dff937f81418225c8d366389717c3bb Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Wed, 17 Nov 2010 09:16:34 +1100 Subject: [PATCH] libqb: change pause_timestamp to uint64_t Signed-off-by: Angus Salkeld Reviewed-by: Steven Dake --- exec/totemsrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/totemsrp.c b/exec/totemsrp.c index 197a7c44..cb2d9152 100644 --- a/exec/totemsrp.c +++ b/exec/totemsrp.c @@ -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;