Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
57
Issues
57
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
1d10dfa6
Commit
1d10dfa6
authored
Mar 16, 2018
by
Kevin Harms
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for review. Update incomplete function so that it obvious that it's not complete
parent
9357d7f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
darshan-logutils.c
darshan-util/darshan-logutils.c
+3
-1
No files found.
darshan-util/darshan-logutils.c
View file @
1d10dfa6
...
...
@@ -1956,6 +1956,8 @@ int darshan_log_stats (darshan_fd fd)
memset
(
&
fdata
,
0
,
sizeof
(
fdata
));
memset
(
&
pdata
,
0
,
sizeof
(
pdata
));
assert
(
0
);
// not ready for primetime yet
buf
=
malloc
(
DEF_MOD_BUF_SIZE
);
if
(
!
buf
)
{
...
...
@@ -2006,7 +2008,7 @@ int darshan_log_stats (darshan_fd fd)
}
}
return
;
return
0
;
}
...
...
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