From 6c2404e051cb6a235f985797c149af0791f44bbd Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 6 Jul 2010 22:44:52 +0100 Subject: First part of the handshake, including sending a file descriptor to the IPC master. --- ipc.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ipc.h') diff --git a/ipc.h b/ipc.h index 0e71c520..bf5f0454 100644 --- a/ipc.h +++ b/ipc.h @@ -36,6 +36,12 @@ struct bitlbee_child char *host; char *nick; char *realname; + + char *password; + + /* For takeovers: */ + struct bitlbee_child *to_child; + int to_fd; }; -- cgit v1.2.3