commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8853 - usrp2/branches/developers/roll-back-host-code/


From: eb
Subject: [Commit-gnuradio] r8853 - usrp2/branches/developers/roll-back-host-code/host/lib
Date: Wed, 9 Jul 2008 19:15:18 -0600 (MDT)

Author: eb
Date: 2008-07-09 19:15:18 -0600 (Wed, 09 Jul 2008)
New Revision: 8853

Removed:
   usrp2/branches/developers/roll-back-host-code/host/lib/gri_ethernet_pfring.cc
   usrp2/branches/developers/roll-back-host-code/host/lib/gri_ethernet_pfring.h
   usrp2/branches/developers/roll-back-host-code/host/lib/pfring.c
   usrp2/branches/developers/roll-back-host-code/host/lib/pfring.h
   usrp2/branches/developers/roll-back-host-code/host/lib/ring.h
Modified:
   usrp2/branches/developers/roll-back-host-code/host/lib/Makefile.am
   usrp2/branches/developers/roll-back-host-code/host/lib/usrp2_basic.cc
Log:
removed pfring stuff (again)

Modified: usrp2/branches/developers/roll-back-host-code/host/lib/Makefile.am
===================================================================
--- usrp2/branches/developers/roll-back-host-code/host/lib/Makefile.am  
2008-07-10 01:08:45 UTC (rev 8852)
+++ usrp2/branches/developers/roll-back-host-code/host/lib/Makefile.am  
2008-07-10 01:15:18 UTC (rev 8853)
@@ -22,28 +22,18 @@
 lib_LTLIBRARIES = \
        libusrp2.la
 
-noinst_LTLIBRARIES = \
-       libpfring.la
-
-
 libusrp2_la_SOURCES = \
        gri_ethernet.cc \
-       gri_ethernet_pfring.cc \
        gri_if_stats.cc \
        gri_pktfilter.cc \
        strtod_si.c \
        usrp2_basic.cc
 
-libpfring_la_SOURCES = \
-       pfring.c
-
 libusrp2_la_LIBADD = \
-       libpfring.la \
        $(GR_OMNITHREAD_LIBS)
 
 include_HEADERS = \
        gri_ethernet.h \
-       gri_ethernet_pfring.h \
        gri_if_stats.h \
        gri_pktfilter.h \
        strtod_si.h \

Deleted: 
usrp2/branches/developers/roll-back-host-code/host/lib/gri_ethernet_pfring.cc

Deleted: 
usrp2/branches/developers/roll-back-host-code/host/lib/gri_ethernet_pfring.h

Deleted: usrp2/branches/developers/roll-back-host-code/host/lib/pfring.c

Deleted: usrp2/branches/developers/roll-back-host-code/host/lib/pfring.h

Deleted: usrp2/branches/developers/roll-back-host-code/host/lib/ring.h

Modified: usrp2/branches/developers/roll-back-host-code/host/lib/usrp2_basic.cc
===================================================================
--- usrp2/branches/developers/roll-back-host-code/host/lib/usrp2_basic.cc       
2008-07-10 01:08:45 UTC (rev 8852)
+++ usrp2/branches/developers/roll-back-host-code/host/lib/usrp2_basic.cc       
2008-07-10 01:15:18 UTC (rev 8853)
@@ -21,7 +21,6 @@
 #endif
 #include "usrp2_basic.h"
 #include "gri_ethernet.h"
-#include "gri_ethernet_pfring.h"       // FIXME
 #include "gri_pktfilter.h"
 #include <usrp2_types.h>
 #include <iostream>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]