mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-23 14:28:19 +00:00
Now that -l is set correclt yuse #include <header.h> instead of using quotes.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1441 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
f7bd11657b
commit
adb37f5d49
@ -34,7 +34,7 @@
|
||||
#ifndef IPC_GEN_H_DEFINED
|
||||
#define IPC_GEN_H_DEFINED
|
||||
|
||||
#include "mar_gen.h"
|
||||
#include <mar_gen.h>
|
||||
|
||||
enum service_types {
|
||||
EVS_SERVICE = 0,
|
||||
|
@ -43,8 +43,8 @@
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#include "saAis.h"
|
||||
#include "swab.h"
|
||||
#include <saAis.h>
|
||||
#include <swab.h>
|
||||
|
||||
typedef int8_t mar_int8_t;
|
||||
typedef int16_t mar_int16_t;
|
||||
|
@ -45,10 +45,10 @@
|
||||
#include <sys/select.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include "../include/saAis.h"
|
||||
#include "../include/saAmf.h"
|
||||
#include "../include/ipc_gen.h"
|
||||
#include "../include/ipc_amf.h"
|
||||
#include <saAis.h>
|
||||
#include <saAmf.h>
|
||||
#include <ipc_gen.h>
|
||||
#include <ipc_amf.h>
|
||||
#include "util.h"
|
||||
|
||||
|
||||
|
10
lib/cfg.c
10
lib/cfg.c
@ -46,11 +46,11 @@
|
||||
#include <sys/select.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include "../include/saAis.h"
|
||||
#include "../include/cfg.h"
|
||||
#include "../include/mar_gen.h"
|
||||
#include "../include/ipc_gen.h"
|
||||
#include "../include/ipc_cfg.h"
|
||||
#include <saAis.h>
|
||||
#include <cfg.h>
|
||||
#include <mar_gen.h>
|
||||
#include <ipc_gen.h>
|
||||
#include <ipc_cfg.h>
|
||||
#include "util.h"
|
||||
|
||||
struct res_overlay {
|
||||
|
14
lib/ckpt.c
14
lib/ckpt.c
@ -46,13 +46,13 @@
|
||||
#include <sys/select.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include "../include/saAis.h"
|
||||
#include "../include/list.h"
|
||||
#include "../include/saCkpt.h"
|
||||
#include "../include/mar_gen.h"
|
||||
#include "../include/mar_ckpt.h"
|
||||
#include "../include/ipc_gen.h"
|
||||
#include "../include/ipc_ckpt.h"
|
||||
#include <saAis.h>
|
||||
#include <list.h>
|
||||
#include <saCkpt.h>
|
||||
#include <mar_gen.h>
|
||||
#include <mar_ckpt.h>
|
||||
#include <ipc_gen.h>
|
||||
#include <ipc_ckpt.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
14
lib/clm.c
14
lib/clm.c
@ -45,14 +45,14 @@
|
||||
#include <sys/select.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include "../include/swab.h"
|
||||
#include <swab.h>
|
||||
#include "../exec/totem.h"
|
||||
#include "../include/saAis.h"
|
||||
#include "../include/saClm.h"
|
||||
#include "../include/ipc_gen.h"
|
||||
#include "../include/ipc_clm.h"
|
||||
#include "../include/mar_gen.h"
|
||||
#include "../include/mar_clm.h"
|
||||
#include <saAis.h>
|
||||
#include <saClm.h>
|
||||
#include <ipc_gen.h>
|
||||
#include <ipc_clm.h>
|
||||
#include <mar_gen.h>
|
||||
#include <mar_clm.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
@ -45,10 +45,10 @@
|
||||
#include <sys/socket.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "../include/saAis.h"
|
||||
#include "../include/cpg.h"
|
||||
#include "../include/ipc_cpg.h"
|
||||
#include "../include/mar_cpg.h"
|
||||
#include <saAis.h>
|
||||
#include <cpg.h>
|
||||
#include <ipc_cpg.h>
|
||||
#include <mar_cpg.h>
|
||||
#include "util.h"
|
||||
|
||||
struct cpg_inst {
|
||||
|
@ -46,11 +46,11 @@
|
||||
#include <sys/socket.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "../include/swab.h"
|
||||
#include <swab.h>
|
||||
#include "../exec/totem.h"
|
||||
#include "../include/saAis.h"
|
||||
#include "../include/evs.h"
|
||||
#include "../include/ipc_evs.h"
|
||||
#include <saAis.h>
|
||||
#include <evs.h>
|
||||
#include <ipc_evs.h>
|
||||
#include "util.h"
|
||||
|
||||
struct evs_inst {
|
||||
|
@ -39,10 +39,10 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/socket.h>
|
||||
#include "../include/ipc_evt.h"
|
||||
#include <ipc_evt.h>
|
||||
#include "util.h"
|
||||
#include "../exec/totem.h"
|
||||
#include "../include/list.h"
|
||||
#include <list.h>
|
||||
|
||||
static void evtHandleInstanceDestructor(void *instance);
|
||||
static void chanHandleInstanceDestructor(void *instance);
|
||||
|
10
lib/lck.c
10
lib/lck.c
@ -45,11 +45,11 @@
|
||||
#include <sys/select.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include "../include/saAis.h"
|
||||
#include "../include/list.h"
|
||||
#include "../include/saLck.h"
|
||||
#include "../include/ipc_gen.h"
|
||||
#include "../include/ipc_lck.h"
|
||||
#include <saAis.h>
|
||||
#include <list.h>
|
||||
#include <saLck.h>
|
||||
#include <ipc_gen.h>
|
||||
#include <ipc_lck.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
10
lib/msg.c
10
lib/msg.c
@ -45,11 +45,11 @@
|
||||
#include <sys/select.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
#include "../include/saAis.h"
|
||||
#include "../include/list.h"
|
||||
#include "../include/saMsg.h"
|
||||
#include "../include/ipc_gen.h"
|
||||
#include "../include/ipc_msg.h"
|
||||
#include <saAis.h>
|
||||
#include <list.h>
|
||||
#include <saMsg.h>
|
||||
#include <ipc_gen.h>
|
||||
#include <ipc_msg.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
@ -53,8 +53,8 @@
|
||||
#include <netinet/in.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "../include/saAis.h"
|
||||
#include "../include/ipc_gen.h"
|
||||
#include <saAis.h>
|
||||
#include <ipc_gen.h>
|
||||
#include "util.h"
|
||||
|
||||
enum SA_HANDLE_STATE {
|
||||
|
Loading…
Reference in New Issue
Block a user