From 5a4b9ba9af590b2a269cb3e5872c85faa7c284d1 Mon Sep 17 00:00:00 2001 From: eb Date: Fri, 22 May 2009 21:22:22 +0000 Subject: Doc fixes. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp2/host/include/usrp2/usrp2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usrp2') diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index af1297b9a..7a612f945 100644 --- a/usrp2/host/include/usrp2/usrp2.h +++ b/usrp2/host/include/usrp2/usrp2.h @@ -89,6 +89,7 @@ namespace usrp2 { * \param addr Network mac address, e.g., "01:23:45:67:89:ab", "89:ab" or "". * If \p addr is HH:HH, it's treated as if it were 00:50:c2:85:HH:HH * "" will autoselect a USRP2 if there is only a single one on the local ethernet. + * \param rx_bufsize is the length in bytes of the kernel networking buffer to allocate. */ static sptr make(const std::string &ifc, const std::string &addr="", size_t rx_bufsize=0); -- cgit