summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-30 17:44:47 -0700
committerJosh Blum <josh@joshknows.com>2010-07-05 13:45:14 -0700
commitdeaade7bd0ae4dd9cab7f304fb69eea153ce592a (patch)
tree7687debe6a7b93176297d031c570f49923729139 /host/include
parent158bf440d2884b981a86121990be16decedaa733 (diff)
downloaduhd-deaade7bd0ae4dd9cab7f304fb69eea153ce592a.tar.gz
uhd-deaade7bd0ae4dd9cab7f304fb69eea153ce592a.tar.bz2
uhd-deaade7bd0ae4dd9cab7f304fb69eea153ce592a.zip
uhd: renamed the vrt header to vrt_if_packet header
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 */