Page MenuHomeClusterLabs Projects

cibmessages.h
No OneTemporary

cibmessages.h

/*
* Copyright (C) 2004 Andrew Beekhof <andrew@beekhof.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This software 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 Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef CIB_MESSAGES__H
# define CIB_MESSAGES__H
extern xmlNode *createCibRequest(gboolean isLocal, const char *operation, const char *section,
const char *verbose, xmlNode * data);
extern int cib_process_shutdown_req(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input,
xmlNode * existing_cib, xmlNode ** result_cib,
xmlNode ** answer);
extern int cib_process_default(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input, xmlNode * existing_cib,
xmlNode ** result_cib, xmlNode ** answer);
extern int cib_process_quit(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input, xmlNode * existing_cib,
xmlNode ** result_cib, xmlNode ** answer);
extern int cib_process_ping(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input, xmlNode * existing_cib,
xmlNode ** result_cib, xmlNode ** answer);
extern int cib_process_readwrite(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input, xmlNode * existing_cib,
xmlNode ** result_cib, xmlNode ** answer);
extern int cib_process_replace_svr(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input,
xmlNode * existing_cib, xmlNode ** result_cib,
xmlNode ** answer);
extern int cib_server_process_diff(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input,
xmlNode * existing_cib, xmlNode ** result_cib,
xmlNode ** answer);
extern int cib_process_sync(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input, xmlNode * existing_cib,
xmlNode ** result_cib, xmlNode ** answer);
extern int cib_process_sync_one(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input, xmlNode * existing_cib,
xmlNode ** result_cib, xmlNode ** answer);
extern int cib_process_delete_absolute(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input,
xmlNode * existing_cib, xmlNode ** result_cib,
xmlNode ** answer);
int cib_process_upgrade_server(const char *op, int options, const char *section,
xmlNode * req, xmlNode * input,
xmlNode * existing_cib, xmlNode ** result_cib,
xmlNode ** answer);
void send_sync_request(const char *host);
#endif

File Metadata

Mime Type
text/x-c
Expires
Tue, Jul 8, 3:34 PM (14 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1990030
Default Alt Text
cibmessages.h (3 KB)

Event Timeline