From 736ee0fa44d3b36a86c47af8013a7094b6878204 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Tue, 30 Jun 2015 13:44:50 +0200 Subject: [PATCH] Submodule for packet buffering added --- .gitmodules | 3 +++ DRAMSys/dram/src/common/third_party/pbuff | 1 + 2 files changed, 4 insertions(+) create mode 160000 DRAMSys/dram/src/common/third_party/pbuff diff --git a/.gitmodules b/.gitmodules index 9248a7d2..72db002a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "DRAMSys/dramSys/src/common/third_party/tinyxml2"] path = DRAMSys/dramSys/src/common/third_party/tinyxml2 url = https://github.com/leethomason/tinyxml2.git +[submodule "DRAMSys/dram/src/common/third_party/pbuff"] + path = DRAMSys/dram/src/common/third_party/pbuff + url = https://jungma@git.rhrk.uni-kl.de/EIT-Wehn/dram.vp.packetbuffering.git diff --git a/DRAMSys/dram/src/common/third_party/pbuff b/DRAMSys/dram/src/common/third_party/pbuff new file mode 160000 index 00000000..a99f21dc --- /dev/null +++ b/DRAMSys/dram/src/common/third_party/pbuff @@ -0,0 +1 @@ +Subproject commit a99f21dcae52a6c3444f928e53851aaa5fe64413