summaryrefslogtreecommitdiffstats
path: root/juju/juju.h
diff options
context:
space:
mode:
authorGravatar Kristian Høgsberg 2007-04-11 18:22:36 -0400
committerGravatar Kristian Høgsberg 2007-04-11 18:22:36 -0400
commit194edcc9cd3ba9d451b644ed45011d9d48e9e72e (patch)
tree11d81fd79cb064330b673360414897b3e80e157b /juju/juju.h
parentFix warnings. (diff)
Refactor packet queueing and use for both xmit and recv.
Diffstat (limited to 'juju/juju.h')
-rw-r--r--juju/juju.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/juju/juju.h b/juju/juju.h
index 8c18630..d78d362 100644
--- a/juju/juju.h
+++ b/juju/juju.h
@@ -123,9 +123,9 @@ struct raw1394_handle {
int irq_interval;
int packet_phase;
int packet_count;
+ int packet_index;
int buf_packets;
int max_packet_size;
- int packet_header_index;
int prebuffer;
int start_on_cycle;
enum raw1394_iso_dma_recv_mode recv_mode;