Skip to content
  • Tommaso Tocci's avatar
    Add support for basic directories calls · 33865a14
    Tommaso Tocci authored
    Support for the following calls has been added:
     - opendir
     - readdir
     - closedir
    
    The readdir call use the new RPC get_dirents that ask to all the
    nodes (broadcast) about all the existing first-level entries
    of a specific directory.
    33865a14