Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
9821d9d2
Commit
9821d9d2
authored
Oct 16, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DetachedClassVolume added, and DvVersion attribute added to ClassVolume
parent
59e871e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/exp/inc/src/pwr_class.h
src/exp/inc/src/pwr_class.h
+5
-1
No files found.
src/exp/inc/src/pwr_class.h
View file @
9821d9d2
/*
* Proview $Id: pwr_class.h,v 1.2
5 2008-06-24 06:58:49
claes Exp $
* Proview $Id: pwr_class.h,v 1.2
6 2008-10-16 11:11:31
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -88,6 +88,7 @@ typedef struct pwr_s_SharedVolume pwr_sSharedVolume;
typedef
struct
pwr_s_DynamicVolume
pwr_sDynamicVolume
;
typedef
struct
pwr_s_SystemVolume
pwr_sSystemVolume
;
typedef
struct
pwr_s_ClassVolume
pwr_sClassVolume
;
typedef
struct
pwr_s_ClassVolume
pwr_sDetachedClassVolume
;
typedef
struct
pwr_s_WorkBenchVolume
pwr_sWorkBenchVolume
;
typedef
struct
pwr_s_DirectoryVolume
pwr_sDirectoryVolume
;
typedef
struct
pwr_s_VolatileVolume
pwr_sVolatileVolume
;
...
...
@@ -292,6 +293,7 @@ typedef enum {
pwr_eCix_Hier
=
66
,
pwr_eCix_ClassLost
=
67
,
pwr_eCix_Security
=
68
,
pwr_eCix_DetachedClassVolume
=
69
,
pwr_eCix_
}
pwr_eCix
;
...
...
@@ -364,6 +366,7 @@ typedef enum {
pwr_eClass_Hier
=
pwr_ClassId
(
pwr_eCix_Hier
),
pwr_eClass_ClassLost
=
pwr_ClassId
(
pwr_eCix_ClassLost
),
pwr_eClass_Security
=
pwr_ClassId
(
pwr_eCix_Security
),
pwr_eClass_DetachedClassVolume
=
pwr_ClassId
(
pwr_eCix_DetachedClassVolume
),
pwr_eClass_
}
pwr_eClass
;
...
...
@@ -1185,6 +1188,7 @@ struct pwr_s_ClassVolume {
pwr_tUInt32
RtBodySize
;
pwr_tObjectIx
NextCix
;
/* Next free class index. */
pwr_tObjectIx
NextTix
[
pwr_cMaxTyg
+
1
];
/* Next free type index. */
pwr_tUInt32
DvVersion
;
};
struct
pwr_s_WorkBenchVolume
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment