Deleted Added
full compact
target_tree.def (216594) target_tree.def (216605)
1#-
2# Copyright (C) 2010 The FreeBSD Foundation
3# All rights reserved.
4#
5# This software was developed by Shteryana Sotirova Shopova under
6# sponsorship from the FreeBSD Foundation.
7#
8# Redistribution and use in source and binary forms, with or without

--- 15 unchanged lines hidden (view full) ---

24# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27# SUCH DAMAGE.
28#
29# $FreeBSD$
30#
31
1#-
2# Copyright (C) 2010 The FreeBSD Foundation
3# All rights reserved.
4#
5# This software was developed by Shteryana Sotirova Shopova under
6# sponsorship from the FreeBSD Foundation.
7#
8# Redistribution and use in source and binary forms, with or without

--- 15 unchanged lines hidden (view full) ---

24# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27# SUCH DAMAGE.
28#
29# $FreeBSD$
30#
31
32include "tc.def"
32#include "tc.def"
33
33
34typedef RowStatus ENUM (
35 1 active
36 2 notInService
37 3 notReady
38 4 createAndGo
39 5 createAndWait
40 6 destroy
41)
42
34typedef StorageType ENUM (
35 1 other
36 2 volatile
37 3 nonVolatile
38 4 permanent
39 5 readOnly
40)
41

--- 54 unchanged lines hidden ---
43typedef StorageType ENUM (
44 1 other
45 2 volatile
46 3 nonVolatile
47 4 permanent
48 5 readOnly
49)
50

--- 54 unchanged lines hidden ---