Skip to content
  • Øyvind "pippin" Kolås's avatar
    buffer: always rely on having GIO · 29d3df61
    Øyvind "pippin" Kolås authored
    Use GIO only for monitoring, but plain read/write calls for regular operation.
    The regular read/write code will be easier to make into a mmaped region. Also
    removed unneeded seek calls (a lot of calls are avoided, but these might be
    short-circuited on the system level anyways.)
    29d3df61