diff options
| author | 2007-04-02 17:33:07 -0400 | |
|---|---|---|
| committer | 2007-04-02 17:33:07 -0400 | |
| commit | d9b43daf480496babdacdf9e1562397fbdac1330 (patch) | |
| tree | 3114945008849af48258fa1dbe69d14c9b7bf87e /juju/juju.h | |
| parent | Decode iso headers properly. (diff) | |
More work on iso receive; handle payload wrapping.
Diffstat (limited to 'juju/juju.h')
| -rw-r--r-- | juju/juju.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juju/juju.h b/juju/juju.h index 882a131..f3c44e9 100644 --- a/juju/juju.h +++ b/juju/juju.h @@ -124,6 +124,7 @@ struct raw1394_handle { int packet_index; int packet_phase; int packet_tail; + int packet_count; int buf_packets; int max_packet_size; enum raw1394_iso_dma_recv_mode recv_mode; |
