Blame teamd/teamd_dbus_common.h

Packit cac203
/*
Packit cac203
 *   teamd_dbus_common.h - Teamd dbus api common things
Packit cac203
 *   Copyright (C) 2013-2015 Jiri Pirko <jiri@resnulli.us>
Packit cac203
 *
Packit cac203
 *   This library is free software; you can redistribute it and/or
Packit cac203
 *   modify it under the terms of the GNU Lesser General Public
Packit cac203
 *   License as published by the Free Software Foundation; either
Packit cac203
 *   version 2.1 of the License, or (at your option) any later version.
Packit cac203
 *
Packit cac203
 *   This library is distributed in the hope that it will be useful,
Packit cac203
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit cac203
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit cac203
 *   Lesser General Public License for more details.
Packit cac203
 *
Packit cac203
 *   You should have received a copy of the GNU Lesser General Public
Packit cac203
 *   License along with this library; if not, write to the Free Software
Packit cac203
 *   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Packit cac203
 */
Packit cac203
Packit cac203
#ifndef _TEAMD_DBUS_COMMON_H_
Packit cac203
#define _TEAMD_DBUS_COMMON_H_
Packit cac203
Packit cac203
#define TEAMD_DBUS_SERVICE	"org.libteam.teamd"
Packit cac203
#define TEAMD_DBUS_IFACE	"org.libteam.teamd"
Packit cac203
#define TEAMD_DBUS_PATH		"/org/libteam/teamd"
Packit cac203
Packit cac203
#endif /* _TEAMD_DBUS_COMMON_H_ */