diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-25 02:27:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-09 01:54:11 +0200 |
commit | 921bc585ca44b02684d368058a8df8300342dcd0 (patch) | |
tree | 46b76fbc83f8b49a3f5e8a9037bab576211c4b37 /bus/bus.h | |
parent | dd31130a971593b5e20a1c4cb04f93c2aae90c84 (diff) | |
download | dbus-921bc585ca44b02684d368058a8df8300342dcd0.tar.gz |
bus: add --address switch
This is allows overriding of the listening address on the command line,
which is particularly useful for systemd socket-based activation.
Diffstat (limited to 'bus/bus.h')
-rw-r--r-- | bus/bus.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * Copyright (C) 2003 Red Hat, Inc. * * Licensed under the Academic Free License version 2.1 - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -14,7 +14,7 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA @@ -75,6 +75,7 @@ BusContext* bus_context_new (const DBusStri ForceForkSetting force_fork, DBusPipe *print_addr_pipe, DBusPipe *print_pid_pipe, + const DBusString *address, DBusError *error); dbus_bool_t bus_context_reload_config (BusContext *context, DBusError *error); |