ifp_iface.c revision 772199031f0ec687fa1fefd939206858c440e5a1
/*
Authors:
Pavel Březina <pbrezina@redhat.com>
Copyright (C) 2015 Red Hat
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
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, see <http://www.gnu.org/licenses/>.
*/
#include "sbus/sssd_dbus.h"
#include "responder/ifp/ifp_iface_generated.h"
#include "responder/ifp/ifp_domains.h"
#include "responder/ifp/ifp_components.h"
struct infopipe_iface ifp_iface = {
{ &infopipe_iface_meta, 0 },
/* components */
};
struct infopipe_component ifp_component = {
{ &infopipe_component_meta, 0 },
/* FIXME: This should be part of Components.Backends interface, onece
* SSSD supports multiple interfaces per object path. */
};
struct infopipe_domain ifp_domain = {
{ &infopipe_domain_meta, 0 },
};
struct iface_map {
const char *path;
struct sbus_vtable *vtable;
};
};
{
int i;
return ret;
}
}
return EOK;
}