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

Joshua Colp asteriskteam at digium.com
Tue Nov 14 05:46:59 CST 2017


Joshua Colp has submitted this change and it was merged. ( 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(-)

Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Approved for Submit



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: merged
Gerrit-Change-Id: I4ea49c441890a81384144479dc93ab5a3989486d
Gerrit-Change-Number: 7213
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171114/7a7b2833/attachment.html>


More information about the asterisk-code-review mailing list