Browse Source

Fix warning about unsigned int passed to orf_token_rtr for flow control count

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@988 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 20 years ago
parent
commit
6066442cd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exec/totemsrp.c

+ 1 - 1
exec/totemsrp.c

@@ -2085,7 +2085,7 @@ static int orf_token_mcast (
 static int orf_token_rtr (
 	struct totemsrp_instance *instance,
 	struct orf_token *orf_token,
-	int *fcc_allowed)
+	unsigned int *fcc_allowed)
 {
 	unsigned int res;
 	unsigned int i, j;