Add index offset as a possible volscan output column.
Change-Id: I1bf6e8dc3c506a2ee013536e19141ddb214879a6
Reviewed-on: http://gerrit.openafs.org/6980
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
c(host) \
c(desc) \
c(vid) \
+ c(offset) \
c(vtype) \
c(vname) \
c(part) \
case col_vid:
printf("%lu", afs_printable_uint32_lu(V_id(vdp->vp)));
break;
+ case col_offset:
+ printf("%llu", vdp->offset);
+ break;
case col_vtype:
printf("%s", volumeTypeShortString(V_type(vdp->vp)));
break;