Variable Edge.dst

struct Edge
{
  // ...
  ulong dst;
  // ...
}