aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-10 00:39:25 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-10 00:39:25 +0100
commitf3b6764f269490f11a8adbddeeb06964331917d0 (patch)
tree503b810a5e9322b444dc7e84e4d8535dc0f4807e /ipc.h
parent9a9b520df6044cfc034f9736fb97660a46e879b9 (diff)
parentb556e46f9bfeeb630b45a3c0f0951110ac3de0f2 (diff)
Only available in ForkDaemon mode for now: If a user connects (and
identifies) while he's already logged in, offer to take over the old connection.
Diffstat (limited to 'ipc.h')
-rw-r--r--ipc.h6
1 files changed, 6 insertions, 0 deletions
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;
};