Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
89eeff69
Commit
89eeff69
authored
Aug 21, 2014
by
Rob Latham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
darshan-runtime/lib/darshan-posix.c
darshan-runtime/lib/darshan-posix.c
+1
-1
No files found.
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
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