public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* rgmanager: master - rgmanager: Fix build issue
@ 2009-03-20 13:57 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2009-03-20 13:57 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/rgmanager.git?p=rgmanager.git;a=commitdiff;h=b7b13019ae42f345357995783ab8fe8fcbc4c9cb
Commit:        b7b13019ae42f345357995783ab8fe8fcbc4c9cb
Parent:        ef1331462a6a2707a7f830b29b15c4905e606651
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Fri Mar 20 09:52:36 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Fri Mar 20 09:56:50 2009 -0400

rgmanager: Fix build issue

res_status_inquiry wasn't in the right place.

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 rgmanager/include/reslist.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/rgmanager/include/reslist.h b/rgmanager/include/reslist.h
index 206567d..1052f94 100644
--- a/rgmanager/include/reslist.h
+++ b/rgmanager/include/reslist.h
@@ -140,6 +140,7 @@ typedef struct _fod {
 int res_start(resource_node_t **tree, resource_t *res, void *ret);
 int res_stop(resource_node_t **tree, resource_t *res, void *ret);
 int res_status(resource_node_t **tree, resource_t *res, void *ret);
+int res_status_inquiry(resource_node_t **tree, resource_t *res, void *ret);
 int res_condstart(resource_node_t **tree, resource_t *res, void *ret);
 int res_condstop(resource_node_t **tree, resource_t *res, void *ret);
 int res_exec(resource_node_t *node, int op, const char *arg, int depth);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-20 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-20 13:57 rgmanager: master - rgmanager: Fix build issue Lon Hohberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).