Commit 749b6d68 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

ifdef offsetoff output in debug.sizeof

parent 2d7d3c86
......@@ -175,6 +175,7 @@ cli_debug_sizeof(struct cli *cli, const char * const *av, void *priv)
OFOF(struct storage, len);
OFOF(struct storage, space);
#endif
#if 0
OFOF(struct object, magic);
OFOF(struct object, xid);
OFOF(struct object, objstore);
......@@ -197,6 +198,7 @@ cli_debug_sizeof(struct cli *cli, const char * const *av, void *priv)
OFOF(struct object, store);
OFOF(struct object, esidata);
OFOF(struct object, last_use);
#endif
}
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment