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
darshan
darshan
Commits
1980d236
Commit
1980d236
authored
Jun 11, 2018
by
Shane Snyder
Browse files
add another comment for more details
parent
b4ec5840
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-util/darshan-posix-logutils.c
View file @
1980d236
...
...
@@ -100,6 +100,7 @@ static int darshan_log_get_posix_file(darshan_fd fd, void** posix_buf_p)
fopen_counter
=
(
int64_t
*
)
dest_p
;
do
{
/* pull POSIX records until we find one that doesn't have STDIO data */
ret
=
darshan_log_get_mod
(
fd
,
DARSHAN_POSIX_MOD
,
scratch
,
rec_len
);
}
while
(
ret
==
rec_len
&&
*
fopen_counter
>
0
);
if
(
ret
!=
rec_len
)
...
...
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