فهرست منبع

Rename totemcrypto

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Jan Friesse 14 سال پیش
والد
کامیت
cb97ed186a
5فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 2 2
      exec/Makefile.am
  2. 1 1
      exec/totemcrypto.c
  3. 3 3
      exec/totemcrypto.h
  4. 1 1
      exec/totemudp.c
  5. 1 1
      exec/totemudpu.c

+ 2 - 2
exec/Makefile.am

@@ -37,7 +37,7 @@ INCLUDES		= -I$(top_builddir)/include -I$(top_srcdir)/include $(nss_CFLAGS) $(rd
 
 
 TOTEM_SRC		= totemip.c totemnet.c totemudp.c \
 TOTEM_SRC		= totemip.c totemnet.c totemudp.c \
 			  totemudpu.c totemrrp.c totemsrp.c totemmrp.c \
 			  totemudpu.c totemrrp.c totemsrp.c totemmrp.c \
-			  totempg.c cs_queue.h crypto.c
+			  totempg.c cs_queue.h totemcrypto.c
 if BUILD_RDMA
 if BUILD_RDMA
 TOTEM_SRC		+= totemiba.c
 TOTEM_SRC		+= totemiba.c
 endif
 endif
@@ -66,7 +66,7 @@ noinst_HEADERS		= apidef.h mainconfig.h main.h \
 			  quorum.h service.h timer.h totemconfig.h \
 			  quorum.h service.h timer.h totemconfig.h \
 			  totemmrp.h totemnet.h totemudp.h totemiba.h totemrrp.h \
 			  totemmrp.h totemnet.h totemudp.h totemiba.h totemrrp.h \
 			  totemudpu.h totemsrp.h util.h vsf.h schedwrk.h \
 			  totemudpu.h totemsrp.h util.h vsf.h schedwrk.h \
-			  sync.h fsm.h votequorum.h vsf_ykd.h crypto.h
+			  sync.h fsm.h votequorum.h vsf_ykd.h totemcrypto.h
 
 
 if BUILD_DARWIN
 if BUILD_DARWIN
 libtotem_pg.so.$(SONAME): $(TOTEM_OBJS)
 libtotem_pg.so.$(SONAME): $(TOTEM_OBJS)

+ 1 - 1
exec/crypto.c → exec/totemcrypto.c

@@ -67,7 +67,7 @@
 #define LOGSYS_UTILS_ONLY 1
 #define LOGSYS_UTILS_ONLY 1
 #include <corosync/logsys.h>
 #include <corosync/logsys.h>
 #include <corosync/totem/totem.h>
 #include <corosync/totem/totem.h>
-#include "crypto.h"
+#include "totemcrypto.h"
 
 
 #include "util.h"
 #include "util.h"
 
 

+ 3 - 3
exec/crypto.h → exec/totemcrypto.h

@@ -33,8 +33,8 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  * THE POSSIBILITY OF SUCH DAMAGE.
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
  */
-#ifndef CRYPTO_H_DEFINED
-#define CRYPTO_H_DEFINED
+#ifndef TOTEMCRYPTO_H_DEFINED
+#define TOTEMCRYPTO_H_DEFINED
 
 
 #include <sys/types.h>
 #include <sys/types.h>
 
 
@@ -73,4 +73,4 @@ extern struct crypto_instance *crypto_init(
 	int log_level_error,
 	int log_level_error,
 	int log_subsys_id);
 	int log_subsys_id);
 
 
-#endif /* CRYPTO_H_DEFINED */
+#endif /* TOTEMCRYPTO_H_DEFINED */

+ 1 - 1
exec/totemudp.c

@@ -68,7 +68,7 @@
 #include "totemudp.h"
 #include "totemudp.h"
 
 
 #include "util.h"
 #include "util.h"
-#include "crypto.h"
+#include "totemcrypto.h"
 
 
 #include <nss.h>
 #include <nss.h>
 #include <pk11pub.h>
 #include <pk11pub.h>

+ 1 - 1
exec/totemudpu.c

@@ -68,7 +68,7 @@
 #include "totemudpu.h"
 #include "totemudpu.h"
 
 
 #include "util.h"
 #include "util.h"
-#include "crypto.h"
+#include "totemcrypto.h"
 
 
 #include <nss.h>
 #include <nss.h>
 #include <pk11pub.h>
 #include <pk11pub.h>