mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user