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
89eeff69
Commit
89eeff69
authored
Aug 21, 2014
by
Rob Latham
Browse files
fixup: assignment, not equality
robl wears the badge of shame for breaking darshan-SVN with its last commit
parent
3041f523
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-posix.c
View file @
89eeff69
...
...
@@ -2171,7 +2171,7 @@ static void darshan_aio_tracker_add(int fd, void *aiocbp)
*/
static
struct
darshan_aio_tracker
*
darshan_aio_tracker_del
(
int
fd
,
void
*
aiocbp
)
{
struct
darshan_aio_tracker
*
tmp
=
=
NULL
,
*
prev
;
struct
darshan_aio_tracker
*
tmp
=
NULL
,
*
prev
;
struct
darshan_file_runtime
*
file
;
CP_LOCK
();
...
...
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