Skip to content

Commit

Permalink
[Minor] Add timeout augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 17, 2022
1 parent f11ca31 commit 6e726dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libserver/symcache/symcache_item.cxx
Expand Up @@ -65,6 +65,12 @@ static const auto known_augmentations =
.implied_flags = SYMBOL_TYPE_FINE
}
},
{"timeout", {
.weight = 0,
.implied_flags = 0,
.value_type = augmentation_value_type::NUMBER_VALUE,
}
}
};

auto cache_item::get_parent(const symcache &cache) const -> const cache_item *
Expand Down

0 comments on commit 6e726dc

Please sign in to comment.