#include "mainloop.h"#include "control/control-commands.h"#include "control/control-connection.h"#include "messages.h"#include "cfg.h"#include "cfg-path.h"#include "apphook.h"#include "secret-storage/secret-storage.h"#include "cfg-walker.h"#include "logpipe.h"#include "console.h"#include "debugger/debugger-main.h"#include <string.h>#include <unistd.h>
Classes | |
| struct | AttachCommandArgs |
Functions | |
| void | _wait_until_peer_disappears (ControlConnection *cc, gint max_seconds, gboolean *cancelled) |
| gboolean | secret_storage_status_accumulator (SecretStatus *status, gpointer user_data) |
| void | main_loop_register_control_commands (MainLoop *main_loop) |
Variables | |
| ControlCommand | default_commands [] |
| void _wait_until_peer_disappears | ( | ControlConnection * | cc, |
| gint | max_seconds, | ||
| gboolean * | cancelled | ||
| ) |
| void main_loop_register_control_commands | ( | MainLoop * | main_loop | ) |
| gboolean secret_storage_status_accumulator | ( | SecretStatus * | status, |
| gpointer | user_data | ||
| ) |
| ControlCommand default_commands[] |