
  TYPE
    nlt$connection_queue = record
      fill: aligned [0 MOD 8] 0 .. 0ff(16),
      in_queue: boolean,
      next_connection: ^nlt$cl_connection,
    recend;

*copyc nlt$cl_connection
