Add Multipath TCP
[platform/core/connectivity/net-config.git] / include / netdbus.h
index fe51502..36ec2ce 100755 (executable)
@@ -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);