commit | b4fa932ab1642f4023959ea1fe0ec07b58d89342 | [log] [tgz] |
---|---|---|
author | Aleksander Morgado <aleksander@aleksander.es> | Thu Jan 28 18:08:25 2021 +0100 |
committer | Aleksander Morgado <aleksander@aleksander.es> | Thu Jan 28 18:23:06 2021 +0100 |
tree | 028699d68d18bbf3bdcace774b4801d6fc156740 | |
parent | d106944c9b2bd53a03e4329c54afa8a9c05a2259 [diff] |
libqrtr-glib,bus: new APIs to get the full list of nodes The internal management of the nodes in the bus object is changed from a hash table to a plain double linked list, so that implementing the peek_nodes() and get_nodes() in the API is easier. When there aren't many nodes, as is the usual case, there won't be loss in performance between the lookup in the list vs the lookup in the hash table.