http://git.etherboot.org
/
mirror
/
winof
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
librdmacm: fix event reporting when destroying listen
[mirror/winof/.git]
/
inc
/
user
/
comp_channel.h
diff --git
a/inc/user/comp_channel.h
b/inc/user/comp_channel.h
index
a7a62c5
..
9876871
100644
(file)
--- a/
inc/user/comp_channel.h
+++ b/
inc/user/comp_channel.h
@@
-89,7
+89,7
@@
void CompChannelCancel(COMP_CHANNEL *pChannel);
\r
void CompEntryInit(COMP_CHANNEL *pChannel, COMP_ENTRY *pEntry);
\r
DWORD CompEntryPost(COMP_ENTRY *pEntry);
\r
-
void
CompEntryCancel(COMP_ENTRY *pEntry);
\r
+
COMP_ENTRY *
CompEntryCancel(COMP_ENTRY *pEntry);
\r
\r
#ifdef __cplusplus
\r
}
\r