Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/service.c

    r61eb2ce2 r5e801dc  
    112112
    113113/** Operations for service hash table. */
    114 static const hash_table_ops_t service_hash_table_ops = {
     114static hash_table_ops_t service_hash_table_ops = {
    115115        .hash = service_hash,
    116116        .key_hash = service_key_hash,
     
    121121
    122122/** Operations for interface hash table. */
    123 static const hash_table_ops_t iface_hash_table_ops = {
     123static hash_table_ops_t iface_hash_table_ops = {
    124124        .hash = iface_hash,
    125125        .key_hash = iface_key_hash,
Note: See TracChangeset for help on using the changeset viewer.