Kaynağa Gözat

libqb: change pause_timestamp to uint64_t

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Angus Salkeld 15 yıl önce
ebeveyn
işleme
b5afc9283d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      exec/totemsrp.c

+ 1 - 1
exec/totemsrp.c

@@ -499,7 +499,7 @@ struct totemsrp_instance {
 
 
 	unsigned int my_cbl;
 	unsigned int my_cbl;
 
 
-	unsigned long long int pause_timestamp;
+	uint64_t pause_timestamp;
 
 
 	struct memb_commit_token *commit_token;
 	struct memb_commit_token *commit_token;