瀏覽代碼

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 年之前
父節點
當前提交
b5afc9283d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      exec/totemsrp.c

+ 1 - 1
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;