--- /home/rsharpe/open-source-devel/linux-scsi-tgt/usr/ssc.h	2008-07-30 10:26:58.000000000 -0700
+++ ssc.h	2008-08-17 12:20:41.000000000 -0700
@@ -54,9 +54,20 @@
 struct ssc_info {
 /* blk_size is 'master'. Build block descriptor data from this value */
 	uint32_t blk_sz;
+	uint64_t offset;
 	uint64_t bytes_read;	/* Bytes read this load */
 	uint64_t bytes_written;	/* Bytes written this load */
 
+	uint64_t *mark_offsets; /* Offset to marks ...           */
+	uint32_t mark_count;    /* Count of file marks etc written */
+	uint32_t max_marks;     /* Max marks allowed for. Realloc as needed */
+	uint32_t next_mark;     /* next mark index ...             */
+
+	uint32_t *records;	/* Record length info ... */
+	uint32_t rec_count;
+	uint32_t max_records;
+	uint32_t next_record;
+
 	struct MAM mam;
 };
 
