Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
299ba4e4
Commit
299ba4e4
authored
Aug 13, 2009
by
Ivan Donchevskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coments in Storages.h about size of CycleStorage journal
parent
cc2ed3f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
JrnTest.cc
Utilities/JrnTests/JrnTest.cc
+2
-0
Storages.h
include/Storages.h
+5
-2
No files found.
Utilities/JrnTests/JrnTest.cc
View file @
299ba4e4
...
@@ -172,6 +172,8 @@ bool testTable2(void)
...
@@ -172,6 +172,8 @@ bool testTable2(void)
return
false
;
return
false
;
}
}
printf
(
"
\n
"
);
strcpy
(
val
,
"new block"
);
strcpy
(
val
,
"new block"
);
i
=
9
;
i
=
9
;
t
.
addRow
(
&
i
,
val
);
t
.
addRow
(
&
i
,
val
);
...
...
include/Storages.h
View file @
299ba4e4
...
@@ -143,8 +143,11 @@ class CycleStorage
...
@@ -143,8 +143,11 @@ class CycleStorage
/*!
/*!
\param inf_sz - ,
\param inf_sz - ,
\param int_count - ( inf_sz)
\param inf_count - ( inf_sz +1 )
\param seek - ( , )
\param seek - ( , )
inf_count*(inf_sz+1) + sizeof(CycleStorageAttr),
-
*/
*/
bool
open
(
const
char
*
name
,
int
inf_sz
,
int
inf_count
,
int
seek
);
bool
open
(
const
char
*
name
,
int
inf_sz
,
int
inf_count
,
int
seek
);
bool
create
(
const
char
*
name
,
int
inf_sz
,
int
inf_count
,
int
seek
);
bool
create
(
const
char
*
name
,
int
inf_sz
,
int
inf_count
,
int
seek
);
...
...
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