summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/transport/CMakeLists.txt2
-rw-r--r--host/include/uhd/transport/vrt_if_packet.hpp (renamed from host/include/uhd/transport/vrt.hpp)6
2 files changed, 4 insertions, 4 deletions
diff --git a/host/include/uhd/transport/CMakeLists.txt b/host/include/uhd/transport/CMakeLists.txt
index 23a4aae94..4e1f7aca5 100644
--- a/host/include/uhd/transport/CMakeLists.txt
+++ b/host/include/uhd/transport/CMakeLists.txt
@@ -23,7 +23,7 @@ INSTALL(FILES
if_addrs.hpp
udp_simple.hpp
udp_zero_copy.hpp
- vrt.hpp
+ vrt_if_packet.hpp
zero_copy.hpp
DESTINATION ${INCLUDE_DIR}/uhd/transport
)
diff --git a/host/include/uhd/transport/vrt.hpp b/host/include/uhd/transport/vrt_if_packet.hpp
index 17da2d540..ccefe14ea 100644
--- a/host/include/uhd/transport/vrt.hpp
+++ b/host/include/uhd/transport/vrt_if_packet.hpp
@@ -15,8 +15,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
-#ifndef INCLUDED_UHD_TRANSPORT_VRT_HPP
-#define INCLUDED_UHD_TRANSPORT_VRT_HPP
+#ifndef INCLUDED_UHD_TRANSPORT_VRT_IF_PACKET_HPP
+#define INCLUDED_UHD_TRANSPORT_VRT_IF_PACKET_HPP
#include <uhd/config.hpp>
#include <boost/cstdint.hpp>
@@ -96,4 +96,4 @@ namespace vrt{
}} //namespace
-#endif /* INCLUDED_UHD_TRANSPORT_VRT_HPP */
+#endif /* INCLUDED_UHD_TRANSPORT_VRT_IF_PACKET_HPP */