From e5145b878f9de35676085409878a66899d2ee4f2 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 30 Jan 2019 12:11:34 +0100 Subject: [HICN-18] first commit of libtransport for windows Change-Id: I3a43b22194aa13ae5de1746e3d4bd9a275070261 Signed-off-by: Angelo Mantellini --- hicn-light/src/utils/CMakeLists.txt | 0 hicn-light/src/utils/address.c | 0 hicn-light/src/utils/address.h | 0 hicn-light/src/utils/addressList.c | 0 hicn-light/src/utils/addressList.h | 0 hicn-light/src/utils/commands.h | 0 hicn-light/src/utils/interface.c | 0 hicn-light/src/utils/interface.h | 0 hicn-light/src/utils/interfaceSet.c | 0 hicn-light/src/utils/interfaceSet.h | 0 hicn-light/src/utils/punting.c | 0 hicn-light/src/utils/punting.h | 0 hicn-light/src/utils/utils.c | 0 hicn-light/src/utils/utils.h | 0 14 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 hicn-light/src/utils/CMakeLists.txt mode change 100755 => 100644 hicn-light/src/utils/address.c mode change 100755 => 100644 hicn-light/src/utils/address.h mode change 100755 => 100644 hicn-light/src/utils/addressList.c mode change 100755 => 100644 hicn-light/src/utils/addressList.h mode change 100755 => 100644 hicn-light/src/utils/commands.h mode change 100755 => 100644 hicn-light/src/utils/interface.c mode change 100755 => 100644 hicn-light/src/utils/interface.h mode change 100755 => 100644 hicn-light/src/utils/interfaceSet.c mode change 100755 => 100644 hicn-light/src/utils/interfaceSet.h mode change 100755 => 100644 hicn-light/src/utils/punting.c mode change 100755 => 100644 hicn-light/src/utils/punting.h mode change 100755 => 100644 hicn-light/src/utils/utils.c mode change 100755 => 100644 hicn-light/src/utils/utils.h (limited to 'hicn-light/src/utils') diff --git a/hicn-light/src/utils/CMakeLists.txt b/hicn-light/src/utils/CMakeLists.txt old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/address.c b/hicn-light/src/utils/address.c old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/address.h b/hicn-light/src/utils/address.h old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/addressList.c b/hicn-light/src/utils/addressList.c old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/addressList.h b/hicn-light/src/utils/addressList.h old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/commands.h b/hicn-light/src/utils/commands.h old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/interface.c b/hicn-light/src/utils/interface.c old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/interface.h b/hicn-light/src/utils/interface.h old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/interfaceSet.c b/hicn-light/src/utils/interfaceSet.c old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/interfaceSet.h b/hicn-light/src/utils/interfaceSet.h old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/punting.c b/hicn-light/src/utils/punting.c old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/punting.h b/hicn-light/src/utils/punting.h old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/utils.c b/hicn-light/src/utils/utils.c old mode 100755 new mode 100644 diff --git a/hicn-light/src/utils/utils.h b/hicn-light/src/utils/utils.h old mode 100755 new mode 100644 -- cgit 1.2.3-korg