Skip to content

Commit

Permalink
Low: crmd: Change of the file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
HideoYamauchi committed Mar 23, 2017
1 parent 86c1669 commit 47c98e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crmd/Makefile.am
Expand Up @@ -41,7 +41,7 @@ crmd_LDADD = $(top_builddir)/lib/fencing/libstonithd.la \
$(top_builddir)/lib/lrmd/liblrmd.la \
$(CLUSTERLIBS)

crmd_SOURCES = main.c crmd.c corosync.c notify.c \
crmd_SOURCES = main.c crmd.c corosync.c crmd_alerts.c \
fsa.c control.c messages.c membership.c callbacks.c attrd.c \
election.c join_client.c join_dc.c subsystems.c throttle.c \
cib.c pengine.c tengine.c lrm.c lrm_state.c remote_lrmd_ra.c \
Expand Down
2 changes: 1 addition & 1 deletion crmd/notify.c → crmd/crmd_alerts.c
Expand Up @@ -20,7 +20,7 @@
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/pengine/rules.h>
#include "notify.h"
#include "crmd_alerts.h"
#include "crmd_messages.h"
#include <crm/common/alerts_internal.h>
#include <crm/common/iso8601_internal.h>
Expand Down
4 changes: 2 additions & 2 deletions crmd/notify.h → crmd/crmd_alerts.h
Expand Up @@ -15,8 +15,8 @@
* 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 CRMD_NOTIFY__H
# define CRMD_NOTIFY__H
#ifndef CRMD_ALERT__H
# define CRMD_ALERT__H

# include <crm/crm.h>
# include <crm/cluster.h>
Expand Down
2 changes: 1 addition & 1 deletion crmd/crmd_utils.h
Expand Up @@ -21,7 +21,7 @@
# include <crm/crm.h>
# include <crm/common/xml.h>
# include <crm/cib/internal.h> /* For CIB_OP_MODIFY */
# include "notify.h"
# include "crmd_alerts.h"

# define CLIENT_EXIT_WAIT 30
# define FAKE_TE_ID "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Expand Down

0 comments on commit 47c98e4

Please sign in to comment.