[Asterisk-code-review] alertpipe: Correct documented return of ast alertpipe write. (asterisk[master])
Corey Farrell
asteriskteam at digium.com
Mon Nov 13 17:47:57 CST 2017
Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/7213
Change subject: alertpipe: Correct documented return of ast_alertpipe_write.
......................................................................
alertpipe: Correct documented return of ast_alertpipe_write.
Change-Id: I4ea49c441890a81384144479dc93ab5a3989486d
---
M include/asterisk/alertpipe.h
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/13/7213/1
diff --git a/include/asterisk/alertpipe.h b/include/asterisk/alertpipe.h
index 5ff854c..09c3358 100644
--- a/include/asterisk/alertpipe.h
+++ b/include/asterisk/alertpipe.h
@@ -65,7 +65,8 @@
*
* \param p a two-element array containing the alert pipe's file descriptors
*
- * \return see write(2)
+ * \retval 0 Success
+ * \retval 1 Failure
*/
ssize_t ast_alertpipe_write(int alert_pipe[2]);
--
To view, visit https://gerrit.asterisk.org/7213
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ea49c441890a81384144479dc93ab5a3989486d
Gerrit-Change-Number: 7213
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171113/a9044116/attachment-0001.html>
More information about the asterisk-code-review
mailing list