From 77653743ec54bebfa69733cb88bc39bd006beb9f Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sat, 22 May 2010 00:51:34 +0000 Subject: [PATCH] git-svn-id: https://profuse.googlecode.com/svn/branches/v2@256 aa027e90-d47c-11dd-86d7-074df07e0730 --- ProFUSE/Exception.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ProFUSE/Exception.h b/ProFUSE/Exception.h index 043cd8c..b4ce9ab 100644 --- a/ProFUSE/Exception.h +++ b/ProFUSE/Exception.h @@ -51,6 +51,7 @@ enum outOfMem = 0x54, dupVolume = 0x57, notBlockDev = 0x58, + invalidLevel = 0x59, damagedBitMap = 0x5a, badPathNames = 0x5b, notSystemFile = 0x5c,