legacy.dot 275 B

123456789
  1. digraph plusviteLegacy {
  2. rankdir=LR;
  3. node [shape=record];
  4. label="Legacy physical model";
  5. map [
  6. label="Map|hash string|url string|date1 datetime\n(creation)|date2 datetime\n(update, unused)|date3 datetime\n(access, unused)|refcount uint64\n(hits, unused)";
  7. ]
  8. }