From: Christos Zoulas <christos@zoulas.com>
Date: Thu, 9 Mar 2017 16:57:17 +0000 (+0000)
Subject: Explain what the fields hold.
X-Git-Tag: FILE5_31~48
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53d41e851cf67ddba27994f8f029485dc2e76af0;p=file

Explain what the fields hold.
---

diff --git a/src/cdf.h b/src/cdf.h
index 0b345ab4..f2df8306 100644
--- a/src/cdf.h
+++ b/src/cdf.h
@@ -127,9 +127,9 @@ typedef struct {
 
 typedef struct {
 	void *sst_tab;
-	size_t sst_len;
-	size_t sst_dirlen;
-	size_t sst_ss;
+	size_t sst_len;		/* Number of sectors */
+	size_t sst_dirlen;	/* Directory sector size */
+	size_t sst_ss;		/* Sector size */
 } cdf_stream_t;
 
 typedef struct {