Changeset 96ef672 in mainline for uspace/srv/devman/loc.h


Ignore:
Timestamp:
2016-08-05T16:13:38Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7840e9
Parents:
f527f58
Message:

Do not leave behind functions in device_tree.loc_functions hash table

When offlining or removing a function, make sure to unregister that
function from the device tree loc_functions hash table so that the
table does not contain any deallocated links.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/loc.h

    rf527f58 r96ef672  
    3939
    4040extern void loc_register_tree_function(fun_node_t *, dev_tree_t *);
     41extern int loc_unregister_tree_function(fun_node_t *, dev_tree_t *);
    4142extern fun_node_t *find_loc_tree_function(dev_tree_t *, service_id_t);
    4243extern void tree_add_loc_function(dev_tree_t *, fun_node_t *);
     44extern void tree_rem_loc_function(dev_tree_t *, fun_node_t *);
    4345
    4446#endif
Note: See TracChangeset for help on using the changeset viewer.