]> rtime.felk.cvut.cz Git - frescor/fwp.git/commit
Added support for contract negotiation
authorMartin <molnam1@fel.cvut.cz>
Fri, 31 Oct 2008 14:07:14 +0000 (15:07 +0100)
committerMartin <molnam1@fel.cvut.cz>
Fri, 31 Oct 2008 14:07:14 +0000 (15:07 +0100)
commitdf4bc511ad0ec535678de613bad1857dbdc5ab47
tree7ba0b5acf8c2b7ef69950bbe4b9442b2745a8812
parent15df02b2f0bcfba16d0649f919f1555a6a156d8f
Added support for contract negotiation
48 files changed:
fwp/Makefile.omk
fwp/lib/Makefile.omk
fwp/lib/core/Makefile.omk
fwp/lib/core/fwp.c [moved from fwp/lib/fwp.c with 100% similarity]
fwp/lib/core/fwp.h [moved from fwp/lib/fwp.h with 100% similarity]
fwp/lib/core/fwp_conf.h [moved from fwp/lib/fwp_conf.h with 100% similarity]
fwp/lib/core/fwp_confdefs.h [moved from fwp/lib/fwp_confdefs.h with 100% similarity]
fwp/lib/core/fwp_endpoint.c
fwp/lib/core/fwp_utils.c
fwp/lib/core/fwp_utils.h
fwp/lib/core/fwp_vres.c
fwp/lib/core/fwp_vres.h
fwp/lib/core/old.Makefile.omk [new file with mode: 0644]
fwp/lib/core/tests/fwp_msgtest/Makefile.omk
fwp/lib/core/tests/fwp_prototest/fwp_sendrecv_test1.c
fwp/lib/core/tests/fwp_prototest/fwp_sendrecv_test2.c
fwp/lib/core/tests/fwp_vrestest/Makefile.omk
fwp/lib/core/tests/fwp_vrestest/fwp_vrestest1.c
fwp/lib/core/tests/fwp_vrestest/fwp_vrestest2.c
fwp/lib/frsh_fwp/Makefile [moved from fwp/mngr/tests/Makefile with 100% similarity]
fwp/lib/frsh_fwp/Makefile.omk [new file with mode: 0644]
fwp/lib/frsh_fwp/fwp_fna.c [moved from fwp/lib/fwp_fna.c with 85% similarity]
fwp/lib/frsh_fwp/fwp_fna.h [moved from fwp/lib/fwp_fna.h with 100% similarity]
fwp/lib/frsh_fwp/fwp_frs.c [new file with mode: 0644]
fwp/lib/frsh_fwp/fwp_res.h [new file with mode: 0644]
fwp/mngr/Makefile.omk
fwp/mngr/fwp_mngr.c
fwp/mngr/fwpmngr.c [deleted file]
fwp/mngr/fwpsched.c [deleted file]
fwp/old.mngr/Makefile [new file with mode: 0644]
fwp/old.mngr/Makefile.omk [new file with mode: 0644]
fwp/old.mngr/admtest_utilization.c [moved from fwp/mngr/admtest_utilization.c with 100% similarity]
fwp/old.mngr/fwp_admctrl.c [moved from fwp/mngr/fwp_admctrl.c with 100% similarity]
fwp/old.mngr/fwp_admctrl.h [moved from fwp/mngr/fwp_admctrl.h with 100% similarity]
fwp/old.mngr/fwp_foreach.h [moved from fwp/mngr/fwp_foreach.h with 100% similarity]
fwp/old.mngr/fwp_mngr.c [new file with mode: 0644]
fwp/old.mngr/fwp_participant_table.c [moved from fwp/mngr/fwp_participant_table.c with 100% similarity]
fwp/old.mngr/fwp_participant_table.h [moved from fwp/mngr/fwp_participant_table.h with 100% similarity]
fwp/old.mngr/gui.c [moved from fwp/mngr/gui.c with 100% similarity]
fwp/old.mngr/gui.h [moved from fwp/mngr/gui.h with 100% similarity]
fwp/old.mngr/tests/BE_packet_size_graph [moved from fwp/mngr/tests/BE_packet_size_graph with 100% similarity]
fwp/old.mngr/tests/Makefile [new file with mode: 0644]
fwp/old.mngr/tests/Makefile.omk [moved from fwp/mngr/tests/Makefile.omk with 100% similarity]
fwp/old.mngr/tests/VI_packet_size_graph [moved from fwp/mngr/tests/VI_packet_size_graph with 100% similarity]
fwp/old.mngr/tests/VO_packet_size_graph [moved from fwp/mngr/tests/VO_packet_size_graph with 100% similarity]
fwp/old.mngr/tests/adm_utilization.c [moved from fwp/mngr/tests/adm_utilization.c with 100% similarity]
fwp/old.mngr/tests/plot [moved from fwp/mngr/tests/plot with 100% similarity]
fwp/old.mngr/tests/plot_sat [moved from fwp/mngr/tests/plot_sat with 100% similarity]