Conditionalise out unused structures so as not to emit codecs for them.
Signed-off-by: David Howells <dhowells@redhat.com>
uint32_t Unique;
};
+#if 0
struct VenusFid {
int32_t Cell;
AFSFid fid;
};
+#endif
struct AFSCallBack {
uint32_t CallBackVersion;
const PRSUCCESS = 0;
const PR_REMEMBER_TIMES = 1;
+#if 0
struct prentry {
uint32_t flags;
int32_t id;
uint32_t child;
char name[PR_MAXNAMELEN];
};
+#endif
struct prdebugentry {
uint32_t flags;
uint32_t flag;
};
+#if 0
struct uvldbentry {
char name[VLDB_MAXNAMELEN];
uint32_t nServers;
uint32_t spares8;
uint32_t spares9;
};
-
+#endif
#if 0
struct single_vldbentry {
typedef vldbentry bulkentries<>;
typedef nvldbentry nbulkentries<>;
+#if 0
typedef uvldbentry ubulkentries<>;
+#endif
typedef uint32_t bulkaddrs<VL_MAX_BULK_ADDRS>;
const VTOutOfService = 2;
const VTDeleted = 4;
+#if 0
struct volDescription {
char volName[VOLSER_MAXVOLNAME];
uint32_t volId;
int32_t partId[26];
uint32_t partFlags[26];
};
+#endif
struct volser_status {
uint32_t volID;