1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-30 08:23:49 +03:00

r14079: I just found the setproctitle library from alt linux:-)

- add set_title hook to the process models
- use setproctitle library in process_model standard if available
- the the title for the task servers and on connections

metze
This commit is contained in:
Stefan Metzmacher
2006-03-09 17:48:41 +00:00
committed by Gerald (Jerry) Carter
parent a465126e15
commit 526f20bbec
16 changed files with 118 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ static void smbsrv_accept(struct stream_connection *conn)
}
static const struct stream_server_ops smb_stream_ops = {
.name = "smb",
.name = "smbsrv",
.accept_connection = smbsrv_accept,
.recv_handler = smbsrv_recv,
.send_handler = smbsrv_send,