Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
einsteinathome
boinc
Commits
c0231396
Commit
c0231396
authored
Oct 10, 2017
by
Bernd Machenschalk
Browse files
boinc_db: RESULT & WORKUNIT: initialize size_class = -1
parent
3068fec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/boinc_db.cpp
View file @
c0231396
...
...
@@ -55,8 +55,8 @@ void APP_VERSION::clear() {memset(this, 0, sizeof(*this));}
void
USER
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));}
void
TEAM
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));}
void
HOST
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));}
void
RESULT
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));}
void
WORKUNIT
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));}
void
RESULT
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));
size_class
=-
1
;
}
void
WORKUNIT
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));
size_class
=-
1
;
}
void
CREDITED_JOB
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));}
void
MSG_FROM_HOST
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));}
void
MSG_TO_HOST
::
clear
()
{
memset
(
this
,
0
,
sizeof
(
*
this
));}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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