mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
parent
cc4af8d13a
commit
b884eba104
@ -190,7 +190,7 @@ void init_rpc_session(struct event_context *ev, void *private, int fd)
|
||||
setup a single rpc listener
|
||||
*/
|
||||
static void setup_listen_rpc(struct event_context *events,
|
||||
struct model_ops *model_ops,
|
||||
const struct model_ops *model_ops,
|
||||
struct in_addr *ifip, uint32 *port,
|
||||
struct rpc_server_context *r,
|
||||
const struct dcesrv_endpoint *endpoint)
|
||||
|
@ -37,7 +37,7 @@ void exit_server(struct server_context *smb, const char *reason)
|
||||
setup a single listener of any type
|
||||
*/
|
||||
static void setup_listen(struct event_context *events,
|
||||
struct model_ops *model_ops,
|
||||
const struct model_ops *model_ops,
|
||||
void (*accept_handler)(struct event_context *,struct fd_event *,time_t,uint16),
|
||||
struct in_addr *ifip, unsigned port)
|
||||
{
|
||||
@ -72,7 +72,7 @@ static void setup_listen(struct event_context *events,
|
||||
add a socket address to the list of events, one event per port
|
||||
*/
|
||||
static void add_socket(struct event_context *events,
|
||||
struct model_ops *model_ops,
|
||||
const struct model_ops *model_ops,
|
||||
struct in_addr *ifip)
|
||||
{
|
||||
char *ptr, *tok;
|
||||
|
Loading…
Reference in New Issue
Block a user