[Asterisk-code-review] alertpipe: Correct documented return of ast alertpipe write. (asterisk[15])

Corey Farrell asteriskteam at digium.com
Mon Nov 13 17:48:06 CST 2017


Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/7214


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/14/7214/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/7214
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ea49c441890a81384144479dc93ab5a3989486d
Gerrit-Change-Number: 7214
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/3616ad55/attachment.html>


More information about the asterisk-code-review mailing list