summaryrefslogtreecommitdiffstats
path: root/server/dbus/sssd_dbus_common.h
blob: e0683be8f127d0206e927513a7d1ca5f43f089cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SSSD_DBUS_COMMON_H_
#define SSSD_DBUS_COMMON_H_

#include "dbus/dbus.h"

/* TODO: get this value from LDB */
#define DBUS_ADDRESS "unix:path=/tmp/dbus-sgallagh.sock"

/* Functions */
struct timeval _dbus_timeout_get_interval_tv(int interval);
void remove_watch(DBusWatch *watch, void *data);
void remove_timeout(DBusTimeout *timeout, void *data);

#endif /*SSSD_DBUS_COMMON_H_*/