sssd_dbus_common_signals.c revision d4aa049726ce8c6feeaf6995d4abb4cb5155b9a1
/*
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 <talloc.h>
#include <dhash.h>
#include "sbus/sssd_dbus.h"
#include "sbus/sssd_dbus_private.h"
static void
void *handler_data)
{
unsigned long count;
unsigned long i;
int hret;
if (hret != HASH_SUCCESS) {
return;
}
for (i = 0; i < count; i++) {
if (hret != HASH_SUCCESS) {
return;
}
}
return;
}
struct signals_map {
const char *iface;
const char *signal;
int conn_type;
};
static struct signals_map signals_map[] = {
{ "org.freedesktop.DBus", "NameOwnerChanged",
};
{
int i;
/* Skip this signal. */
continue;
}
signals_map[i].signal,
continue;
}
}
}