# File lib/rumai/ixp/transport.rb, line 351
      def walk aPath
        fid = @fidPool.obtain
        walk_fid fid, aPath
        fid
      end