Changeset 61eb2ce2 in mainline for uspace/srv/devman
- Timestamp:
- 2023-02-05T22:03:19Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b596d0d
- Parents:
- 07700ed
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-05 22:01:46)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-05 22:03:19)
- File:
- 
      - 1 edited
 
 - 
          
  uspace/srv/devman/devtree.c (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/srv/devman/devtree.cr07700ed r61eb2ce2 93 93 } 94 94 95 static hash_table_ops_t devman_devices_ops = {95 static const hash_table_ops_t devman_devices_ops = { 96 96 .hash = devman_devices_hash, 97 97 .key_hash = handle_key_hash, … … 101 101 }; 102 102 103 static hash_table_ops_t devman_functions_ops = {103 static const hash_table_ops_t devman_functions_ops = { 104 104 .hash = devman_functions_hash, 105 105 .key_hash = handle_key_hash, … … 109 109 }; 110 110 111 static hash_table_ops_t loc_devices_ops = {111 static const hash_table_ops_t loc_devices_ops = { 112 112 .hash = loc_functions_hash, 113 113 .key_hash = service_id_key_hash, 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
