X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fnetdbus.h;h=36ec2cef9ba0f0c2cf27102e4b4efa758ef2e3bd;hb=2047b3cfb63cffdad565eeb7b6af5ccf66f6df4c;hp=fe51502dc016b816497dea80bf86d0a99431dc35;hpb=378e499e8aaf754a63e5b85f7e71329dd64eadc6;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git diff --git a/include/netdbus.h b/include/netdbus.h index fe51502..36ec2ce 100755 --- a/include/netdbus.h +++ b/include/netdbus.h @@ -63,6 +63,8 @@ extern "C" { #define NETCONFIG_NETWORK_INTERFACE "net.netconfig.network" #define NETCONFIG_VPNSVC_PATH "/net/netconfig/vpnsvc" #define NETCONFIG_VPNSVC_INTERFACE "net.netconfig.vpnsvc" +#define NETCONFIG_MPTCP_PATH "/net/netconfig/mptcp" +#define NETCONFIG_MPTCP_INTERFACE "net.netconfig.mptcp" #define DBUS_PATH_MAX_BUFLEN 512 #define DBUS_STATE_MAX_BUFLEN 64 @@ -78,6 +80,7 @@ GDBusObjectManagerServer *netdbus_get_wifi_manager(void); GDBusObjectManagerServer *netdbus_get_state_manager(void); GDBusObjectManagerServer *netdbus_get_statistics_manager(void); GDBusObjectManagerServer *netdbus_get_vpn_manager(void); +GDBusObjectManagerServer *netdbus_get_mptcp_manager(void); GDBusConnection *netdbus_get_connection(void); GCancellable *netdbus_get_cancellable(void);