Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4623473
cibmessages.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
cibmessages.h
View Options
/*
* 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
Details
Attached
Mime Type
text/x-c
Expires
Tue, Jul 8, 3:34 PM (19 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1990030
Default Alt Text
cibmessages.h (3 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment