Make ast_netsock_set_qos() delegate to ast_set_qos().

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@356916 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2012-02-27 14:57:23 +00:00
parent 0cf8b2b136
commit 6214285950
2 changed files with 5 additions and 19 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ struct ast_netsock *ast_netsock_find(struct ast_netsock_list *list,
* \deprecated Use ast_seq_qos in netsock2.h which properly handles IPv4 and IPv6
* sockets, instead.
*/
int ast_netsock_set_qos(int netsocket, int tos, int cos, const char *desc);
int ast_netsock_set_qos(int sockfd, int tos, int cos, const char *desc);
int ast_netsock_sockfd(const struct ast_netsock *ns);