/* Copyright (c) 2013-2014 Red Hat, Inc. This file is part of GlusterFS. This file is licensed to you under your choice of the GNU Lesser General Public License, version 3 or any later version (LGPLv3 or later), or the GNU General Public License, version 2 (GPLv2), in all cases as published by the Free Software Foundation. */ #ifndef _GLUSTERD_JARVIS_H_ #define _GLUSTERD_JARVIS_H_ #ifndef _CONFIG_H #define _CONFIG_H #include "config.h" #endif int32_t gd_mgmt_v3_pre_validate_fn (glusterd_op_t op, dict_t *dict, char **op_errstr, dict_t *rsp_dict); int32_t gd_mgmt_v3_brick_op_fn (glusterd_op_t op, dict_t *dict, char **op_errstr, dict_t *rsp_dict); int32_t gd_mgmt_v3_commit_fn (glusterd_op_t op, dict_t *dict, char **op_errstr, dict_t *rsp_dict); int32_t gd_mgmt_v3_post_validate_fn (glusterd_op_t op, dict_t *dict, char **op_errstr, dict_t *rsp_dict); int32_t glusterd_mgmt_v3_initiate_all_phases (rpcsvc_request_t *req, glusterd_op_t op, dict_t *dict); int32_t glusterd_mgmt_v3_initiate_snap_phases (rpcsvc_request_t *req, glusterd_op_t op, dict_t *dict); int glusterd_snap_pre_validate_use_rsp_dict (dict_t *dst, dict_t *src); #endif