From 3fcf1090ac283dfb96bbc7ede879dc21ee1c3065 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Thu, 12 Apr 2018 12:57:14 -0400 Subject: [PATCH] Rename tr_gss.[ch] to tr_gss_names.[ch] --- CMakeLists.txt | 6 +++--- Makefile.am | 6 +++--- common/{tr_gss.c => tr_gss_names.c} | 2 +- include/{tr_gss.h => tr_gss_names.h} | 0 4 files changed, 7 insertions(+), 7 deletions(-) rename common/{tr_gss.c => tr_gss_names.c} (99%) rename include/{tr_gss.h => tr_gss_names.h} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d30c36..b81f3d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ set(SOURCE_FILES common/tr_debug.c common/tr_dh.c common/tr_filter.c - common/tr_gss.c + common/tr_gss_names.c common/tr_idp.c common/tr_mq.c common/tr_msg.c @@ -57,7 +57,7 @@ set(SOURCE_FILES include/tr_debug.h include/tr_event.h include/tr_filter.h - include/tr_gss.h + include/tr_gss_names.h include/tr_idp.h include/tr_mq.h include/tr_msg.h @@ -91,7 +91,7 @@ set(SOURCE_FILES trp/trp_upd.c trp/trpc.c trp/trps.c include/tr_name_internal.h mon/mon_req.c mon/mon_req_encode.c mon/mon_req_decode.c - mon/mon_resp.c mon/mon_common.c mon/mon_resp_encode.c) + mon/mon_resp.c mon/mon_common.c mon/mon_resp_encode.c tr/tr_mon.c mon/mons.c include/tr_socket.h) # Does not actually build! add_executable(trust_router ${SOURCE_FILES}) diff --git a/Makefile.am b/Makefile.am index 63a327a..133da05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ common_srcs = common/tr_name.c \ common/tr_rp.c \ common/tr_idp.c \ common/tr_filter.c \ - common/tr_gss.c \ + common/tr_gss_names.c \ common/tr_socket.c tid_srcs = tid/tid_resp.c \ @@ -103,7 +103,7 @@ trp_msgtst_LDADD = $(GLIB_LIBS) trp_test_rtbl_test_SOURCES = trp/test/rtbl_test.c \ common/tr_name.c \ -common/tr_gss.c \ +common/tr_gss_names.c \ common/tr_debug.c \ trp/trp_rtable.c trp_test_rtbl_test_LDADD = $(GLIB_LIBS) @@ -204,7 +204,7 @@ noinst_HEADERS = include/gsscon.h include/tr_config.h \ include/tr_idp.h include/tr_rp.h \ include/tr_comm.h include/tr_apc.h \ include/tr_tid.h include/tr_trp.h \ - include/tr_filter.h include/tr_gss.h \ + include/tr_filter.h include/tr_gss_names.h \ include/tid_internal.h include/trp_internal.h \ include/tr_cfgwatch.h include/tr_event.h \ include/tr_mq.h include/trp_ptable.h \ diff --git a/common/tr_gss.c b/common/tr_gss_names.c similarity index 99% rename from common/tr_gss.c rename to common/tr_gss_names.c index 7fa6876..12941b3 100644 --- a/common/tr_gss.c +++ b/common/tr_gss_names.c @@ -34,7 +34,7 @@ #include -#include +#include static int tr_gss_names_destructor(void *obj) { diff --git a/include/tr_gss.h b/include/tr_gss_names.h similarity index 100% rename from include/tr_gss.h rename to include/tr_gss_names.h -- 2.1.4