Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
margo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
sds
margo
Commits
a7ab3110
Commit
a7ab3110
authored
Mar 31, 2016
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try calling Mercury cancel
parent
3c2ca152
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/margo.c
src/margo.c
+2
-2
No files found.
src/margo.c
View file @
a7ab3110
...
...
@@ -239,8 +239,8 @@ static void hg_progress_fn(void* foo)
DL_DELETE
(
mid
->
timer_head
,
cur
);
cur
->
next
=
NULL
;
cur
->
prev
=
NULL
;
/
* TODO: actually cancel here, of course */
printf
(
"FOO: I would like to cancel operation with tv_sec %ld, tv_nsec %ld
\n
"
,
(
long
)
cur
->
expiration
.
tv_sec
,
cur
->
expiration
.
tv_nsec
);
/
/printf("FOO: I would like to cancel operation with tv_sec %ld, tv_nsec %ld\n", (long)cur->expiration.tv_sec, cur->expiration.tv_nsec);
HG_Core_cancel
(
cur
->
handle
);
}
ABT_mutex_unlock
(
mid
->
timer_mutex
);
...
...
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