|
From: SVN U. <dde...@li...> - 2005-07-01 04:12:52
|
Author: ddennedy Date: 2005-07-01 00:12:47 -0400 (Fri, 01 Jul 2005) New Revision: 158 Modified: trunk/src/raw1394.h Log: Add a comment that libraw does not allocate channels and bandwidth. This is already mentioned in doc/libraw1394.sgml but an existing comment about raw1394_iso_xmit_init may be misleading. Signed-off-by: Stefan Richter <st...@s5...> Modified: trunk/src/raw1394.h =================================================================== --- trunk/src/raw1394.h 2005-06-23 17:11:08 UTC (rev 157) +++ trunk/src/raw1394.h 2005-07-01 04:12:47 UTC (rev 158) @@ -151,6 +151,7 @@ * @irq_interval: maximum latency of wake-ups, in packets (-1 if you don't care) * * Allocates all user and kernel resources necessary for isochronous transmission. + * Channel and bandwidth allocation at the IRM is not performed. * * Returns: 0 on success or -1 on failure (sets errno) **/ |