unix_msg: modify find_send_queue() to take a struct sockaddr_un
commit3f45fcebdcab365ed7fb3d2689a989597a8832fe
authorRalph Boehme <slow@samba.org>
Fri, 19 Aug 2016 14:14:52 +0000 (19 16:14 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 12 Sep 2016 22:19:26 +0000 (13 00:19 +0200)
tree0e29858bffcda86480a22e63d63f1c6cf8ad3685
parentcfce21281a835dbc7d7bb9560e4339f4c1acf907
unix_msg: modify find_send_queue() to take a struct sockaddr_un

In one of the next commits unix_dgram_send_queue_init() will be moved
into find_send_queue and that takes a struct sockaddr_un.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/unix_msg/unix_msg.c