]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
Change the names of diectories
authorMartin Molnar <molnam1@fel.cvut.cz>
Sat, 16 Feb 2008 23:26:49 +0000 (00:26 +0100)
committerMartin Molnar <molnam1@fel.cvut.cz>
Sat, 16 Feb 2008 23:26:49 +0000 (00:26 +0100)
43 files changed:
fwp/lib/Makefile [moved from fwp/fwpme/Makefile with 100% similarity]
fwp/lib/Makefile.omk [moved from fwp/libfwp/Makefile.omk with 100% similarity]
fwp/lib/fwp_ac.c [moved from fwp/libfwp/fwp_ac.c with 100% similarity]
fwp/lib/fwp_ac.h [moved from fwp/libfwp/fwp_ac.h with 100% similarity]
fwp/lib/fwp_conf.h [moved from fwp/libfwp/fwp_conf.h with 100% similarity]
fwp/lib/fwp_contract.c [moved from fwp/libfwp/fwp_contract.c with 100% similarity]
fwp/lib/fwp_contract.h [moved from fwp/libfwp/fwp_contract.h with 100% similarity]
fwp/lib/fwp_contractbl.c [moved from fwp/libfwp/fwp_contractbl.c with 100% similarity]
fwp/lib/fwp_contractbl.h [moved from fwp/libfwp/fwp_contractbl.h with 100% similarity]
fwp/lib/fwp_endpoint.c [moved from fwp/libfwp/fwp_endpoint.c with 100% similarity]
fwp/lib/fwp_endpoint.h [moved from fwp/libfwp/fwp_endpoint.h with 100% similarity]
fwp/lib/fwp_fna.c [moved from fwp/libfwp/fwp_fna.c with 100% similarity]
fwp/lib/fwp_msg.c [moved from fwp/libfwp/fwp_msg.c with 100% similarity]
fwp/lib/fwp_msg.h [moved from fwp/libfwp/fwp_msg.h with 100% similarity]
fwp/lib/fwp_msgb.c [moved from fwp/libfwp/fwp_msgb.c with 100% similarity]
fwp/lib/fwp_msgb.h [moved from fwp/libfwp/fwp_msgb.h with 100% similarity]
fwp/lib/fwp_msgq.c [moved from fwp/libfwp/fwp_msgq.c with 100% similarity]
fwp/lib/fwp_msgq.h [moved from fwp/libfwp/fwp_msgq.h with 100% similarity]
fwp/lib/fwp_proto.c [moved from fwp/libfwp/fwp_proto.c with 100% similarity]
fwp/lib/fwp_proto.h [moved from fwp/libfwp/fwp_proto.h with 100% similarity]
fwp/lib/fwp_util.c [moved from fwp/libfwp/fwp_util.c with 100% similarity]
fwp/lib/fwp_util.h [moved from fwp/libfwp/fwp_util.h with 100% similarity]
fwp/lib/fwp_vres.c [moved from fwp/libfwp/fwp_vres.c with 100% similarity]
fwp/lib/fwp_vres.h [moved from fwp/libfwp/fwp_vres.h with 100% similarity]
fwp/mngt/Makefile [moved from fwp/fwpme/tests/Makefile with 100% similarity]
fwp/mngt/Makefile.omk [moved from fwp/fwpme/Makefile.omk with 100% similarity]
fwp/mngt/admtest.h [moved from fwp/fwpme/admtest.h with 100% similarity]
fwp/mngt/admtest_stupid.c [moved from fwp/fwpme/admtest_stupid.c with 100% similarity]
fwp/mngt/admtest_utilization.c [moved from fwp/fwpme/admtest_utilization.c with 100% similarity]
fwp/mngt/fwp_agent.c [moved from fwp/fwpme/fwp_agent.c with 99% similarity]
fwp/mngt/fwp_mngr.c [moved from fwp/fwpme/fwp_mngr.c with 99% similarity]
fwp/mngt/fwp_mngt.h [moved from fwp/fwpme/mngt.h with 100% similarity]
fwp/mngt/fwpme.c [moved from fwp/fwpme/fwpme.c with 100% similarity]
fwp/mngt/hashtbl.c [moved from fwp/fwpme/hashtbl.c with 100% similarity]
fwp/mngt/hashtbl.h [moved from fwp/fwpme/hashtbl.h with 100% similarity]
fwp/mngt/tests/BE_packet_size_graph [moved from fwp/fwpme/tests/BE_packet_size_graph with 100% similarity]
fwp/mngt/tests/Makefile [moved from fwp/libfwp/Makefile with 100% similarity]
fwp/mngt/tests/Makefile.omk [moved from fwp/fwpme/tests/Makefile.omk with 100% similarity]
fwp/mngt/tests/VI_packet_size_graph [moved from fwp/fwpme/tests/VI_packet_size_graph with 100% similarity]
fwp/mngt/tests/VO_packet_size_graph [moved from fwp/fwpme/tests/VO_packet_size_graph with 100% similarity]
fwp/mngt/tests/adm_utilization.c [moved from fwp/fwpme/tests/adm_utilization.c with 100% similarity]
fwp/mngt/tests/plot [moved from fwp/fwpme/tests/plot with 100% similarity]
fwp/mngt/tests/plot_sat [moved from fwp/fwpme/tests/plot_sat with 100% similarity]

similarity index 100%
rename from fwp/fwpme/Makefile
rename to fwp/lib/Makefile
similarity index 100%
rename from fwp/libfwp/Makefile.omk
rename to fwp/lib/Makefile.omk
similarity index 100%
rename from fwp/libfwp/fwp_ac.c
rename to fwp/lib/fwp_ac.c
similarity index 100%
rename from fwp/libfwp/fwp_ac.h
rename to fwp/lib/fwp_ac.h
similarity index 100%
rename from fwp/libfwp/fwp_conf.h
rename to fwp/lib/fwp_conf.h
similarity index 100%
rename from fwp/libfwp/fwp_fna.c
rename to fwp/lib/fwp_fna.c
similarity index 100%
rename from fwp/libfwp/fwp_msg.c
rename to fwp/lib/fwp_msg.c
similarity index 100%
rename from fwp/libfwp/fwp_msg.h
rename to fwp/lib/fwp_msg.h
similarity index 100%
rename from fwp/libfwp/fwp_msgb.c
rename to fwp/lib/fwp_msgb.c
similarity index 100%
rename from fwp/libfwp/fwp_msgb.h
rename to fwp/lib/fwp_msgb.h
similarity index 100%
rename from fwp/libfwp/fwp_msgq.c
rename to fwp/lib/fwp_msgq.c
similarity index 100%
rename from fwp/libfwp/fwp_msgq.h
rename to fwp/lib/fwp_msgq.h
similarity index 100%
rename from fwp/libfwp/fwp_proto.c
rename to fwp/lib/fwp_proto.c
similarity index 100%
rename from fwp/libfwp/fwp_proto.h
rename to fwp/lib/fwp_proto.h
similarity index 100%
rename from fwp/libfwp/fwp_util.c
rename to fwp/lib/fwp_util.c
similarity index 100%
rename from fwp/libfwp/fwp_util.h
rename to fwp/lib/fwp_util.h
similarity index 100%
rename from fwp/libfwp/fwp_vres.c
rename to fwp/lib/fwp_vres.c
similarity index 100%
rename from fwp/libfwp/fwp_vres.h
rename to fwp/lib/fwp_vres.h
similarity index 100%
rename from fwp/fwpme/tests/Makefile
rename to fwp/mngt/Makefile
similarity index 100%
rename from fwp/fwpme/Makefile.omk
rename to fwp/mngt/Makefile.omk
similarity index 100%
rename from fwp/fwpme/admtest.h
rename to fwp/mngt/admtest.h
similarity index 99%
rename from fwp/fwpme/fwp_agent.c
rename to fwp/mngt/fwp_agent.c
index 56ff324e9d4a2f73c28c3695afc47103e14d530a..0d91278ac2f79c85a1d59b9ce9e249aa951e1001 100644 (file)
@@ -1,5 +1,5 @@
-#include "mngt.h"
 #include "hashtbl.h"
+#include "fwp_mngt.h"
 
 typedef
 struct fwp_handshake {
similarity index 99%
rename from fwp/fwpme/fwp_mngr.c
rename to fwp/mngt/fwp_mngr.c
index 9c05a2def66ba4c2e25db8f6ac9971b0242d77ce..16b9e53d238be908de5b20ac47256d11f33bb782 100644 (file)
@@ -1,5 +1,5 @@
 //#include "admtest.h"
-#include "mngt.h"
+#include "fwp_mngt.h"
 
 static struct sockaddr_un fwp_laddr;           /**< FWP local address */
 static struct sockaddr_in fwp_raddr;           /**< FWP remote address */
similarity index 100%
rename from fwp/fwpme/mngt.h
rename to fwp/mngt/fwp_mngt.h
similarity index 100%
rename from fwp/fwpme/fwpme.c
rename to fwp/mngt/fwpme.c
similarity index 100%
rename from fwp/fwpme/hashtbl.c
rename to fwp/mngt/hashtbl.c
similarity index 100%
rename from fwp/fwpme/hashtbl.h
rename to fwp/mngt/hashtbl.h
similarity index 100%
rename from fwp/libfwp/Makefile
rename to fwp/mngt/tests/Makefile
similarity index 100%
rename from fwp/fwpme/tests/plot
rename to fwp/mngt/tests/plot