Skip to content
Snippets Groups Projects
  1. Oct 18, 2022
    • Alberto Miranda's avatar
      examples: Ensure ADM_remove_job is called · c5de2913
      Alberto Miranda authored
      Print error messages to stderr instead of stdout
      
      Closes #86
      c5de2913
    • Alberto Miranda's avatar
      adhoc_storage: Fix bug with shadowed id · 7e9d1bd0
      Alberto Miranda authored
      Closes #88
      7e9d1bd0
    • Alberto Miranda's avatar
      Keep track of adhoc storage instances client jobs · 4291f4e9
      Alberto Miranda authored
      * adhoc_storage: Add job client information
      
      * adhoc_storage_manager: Now stores adhoc_storage_info records and
        provides functions to update them.
      
      * adhoc_storage_info: New synchronized type keeping updated information
        about the client job assigned to a adhoc_storage instance
      
      * adhoc_storage: The context can now be updated using a new update()
        function (non-synchronized for now, because it is only ever called
        via the adhoc_storage_manager).
      
      * job_info: Type is now synchronized.
      
      * errors: Add ADM_EADHOC_BUSY. Fix missing error messages for ADM_ENOENT
        and ADM_EEXISTS.
      
      * abt/shared_mutex: Is now movable.
      4291f4e9
  2. Oct 17, 2022
  3. Oct 14, 2022
  4. Oct 13, 2022
  5. Oct 07, 2022
  6. Oct 01, 2022
Loading