From: Christos Zoulas Date: Thu, 9 Mar 2017 16:57:17 +0000 (+0000) Subject: Explain what the fields hold. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=052664a627e88c7fc15d133e80a5d07e2df0d89a;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 {