cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.
authorAlex Wang <alexw@nicira.com>
Wed, 19 Mar 2014 23:19:28 +0000 (16:19 -0700)
committerAlex Wang <alexw@nicira.com>
Thu, 20 Mar 2014 17:50:13 +0000 (10:50 -0700)
commit9fae78784bb981fc63e2c13608a44b5eec185848
treea3939ffdf23cfcee5a1a172ad533bff035f2bafd
parent9b2e03b9ff89393d326ec45d64e4ddb73e611330
cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.

CFM fault variable type has been changed to 'enum cfm_fault_reason' for
long time.  However, inside cfm_run(), the old_cfm_fault is still defined
as boolean.  This commit fixes the issue.

Found by inspection.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/cfm.c