~ubuntu-branches/ubuntu/utopic/pacemaker/utopic-proposed

« back to all changes in this revision

Viewing changes to include/crm/crm.h

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-08-15 11:27:07 UTC
  • mfrom: (1.1.12) (2.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20130815112707-5r864ink7jme3zl5
Tags: 1.1.10+git20130802-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/control: Build-Depends on libqb-dev; Depends on libheartbeat2.
* Corosync's pacemaker plugin is disabled, hence not built:
  - debian/licrmcluster4-dev.install: Do not install plugin.h.
  - debian/pacemaker.install: Do not install pacemaker.lcrso.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
 
1
/*
2
2
 * Copyright (C) 2004 Andrew Beekhof <andrew@beekhof.net>
3
 
 * 
 
3
 *
4
4
 * This program is free software; you can redistribute it and/or
5
5
 * modify it under the terms of the GNU General Public
6
6
 * License as published by the Free Software Foundation; either
7
7
 * version 2 of the License, or (at your option) any later version.
8
 
 * 
 
8
 *
9
9
 * This software is distributed in the hope that it will be useful,
10
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12
12
 * General Public License for more details.
13
 
 * 
 
13
 *
14
14
 * You should have received a copy of the GNU General Public
15
15
 * License along with this library; if not, write to the Free Software
16
16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
56
56
 
57
57
#  define CRM_META                      "CRM_meta"
58
58
 
59
 
extern const char *crm_system_name;
 
59
extern char *crm_system_name;
60
60
 
61
61
/* *INDENT-OFF* */
62
62
 
66
66
#  define MAX_IPC_FAIL  5
67
67
#  define MAX_IPC_DELAY   120
68
68
 
 
69
#  define DAEMON_RESPAWN_STOP 100
 
70
 
69
71
#  define MSG_LOG                       1
70
72
#  define DOT_FSA_ACTIONS               1
71
73
#  define DOT_ALL_FSA_INPUTS    1
123
125
#  define CRM_OP_DEBUG_UP               "debug_inc"
124
126
#  define CRM_OP_DEBUG_DOWN     "debug_dec"
125
127
#  define CRM_OP_INVOKE_LRM     "lrm_invoke"
126
 
#  define CRM_OP_LRM_REFRESH    "lrm_refresh"
 
128
#  define CRM_OP_LRM_REFRESH    "lrm_refresh" /* Deprecated */
127
129
#  define CRM_OP_LRM_QUERY      "lrm_query"
128
130
#  define CRM_OP_LRM_DELETE     "lrm_delete"
129
131
#  define CRM_OP_LRM_FAIL               "lrm_fail"