dp_refresh.h revision b0d3164ca2bd842e176268c26935c5ce54f7f76e
/*
Authors:
Pavel Březina <pbrezina@redhat.com>
Copyright (C) 2013 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/>.
*/
#ifndef _DP_REFRESH_H_
#define _DP_REFRESH_H_
#include <tevent.h>
#include <talloc.h>
#include "providers/dp_ptask.h"
/* solve circular dependency */
struct be_ctx;
/**
* name_list contains SYSDB_NAME of all expired records.
*/
typedef struct tevent_req *
struct tevent_context *ev,
struct sss_domain_info *domain,
char **values,
void *pvt);
typedef errno_t
enum be_refresh_type {
};
struct be_refresh_ctx;
enum be_refresh_type type,
void *pvt);
struct tevent_context *ev,
void *pvt);
#endif /* _DP_REFRESH_H_ */