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
74440357
Commit
74440357
authored
Jun 29, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More 64 bit, loadfile format changed
parent
ec9c2ef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
src/lib/co/src/co_dbs.pdr
src/lib/co/src/co_dbs.pdr
+12
-2
No files found.
src/lib/co/src/co_dbs.pdr
View file @
74440357
...
...
@@ -26,10 +26,19 @@
%#endif
%
%/* co_dbs.h -- database snapshot files
%
% This file defines the data structures needed to create and read
% dbs data files.
%
% Note !
% The data sturctures has to be equally align on different platforms.
% To ensure this filler elements has to be inserted (the pdr compiler doesn't
% accept __attribute__((aligned(())).
% For example
% - 64 bit words has to be aligned on 8 byte boundary.
% - data structure containing a 64 bit word has to be aligned on 8 byte boundary.
% - element after data structure containing 64 bit word has to be aligned on 8 byte boundary.
% Note that pwr_tTime is a data structure with 64 bit words.
%
%
% +====================================================+
% | File Information |
...
...
@@ -171,7 +180,7 @@
%#define dbs_cSectBits 5
%#define dbs_cOffsBits 27
%
%typedef p
trdiff_t
dbs_tRef;
%typedef p
wr_tUInt32
dbs_tRef;
%#define pdr_dbs_tRef(PDR, objp) pdr_pwr_tUInt32(PDR, (pwr_tBitMask *)objp)
%
%#define dbs_cNref (dbs_tRef)0
...
...
@@ -449,6 +458,7 @@ struct dbs_sObject {
pwr_tOid poid; /**< object identifier of parent */
pwr_tObjName name; /**< name of object */
pwr_tObjName normname; /**< normalized object name. */
pwr_tUInt32 filler;
pwr_tTime time; /**< time of last change in object header */
pwr_tOid soid; /**< object identifier of server object. */
pwr_tOid boid; /**< object identifier of sibling object before this object. */
...
...
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