Kaynağa Gözat

[Minor] Add timeout augmentation

tags/3.3
Vsevolod Stakhov 1 yıl önce
ebeveyn
işleme
6e726dc807
No account linked to committer's email address
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6
    0
      src/libserver/symcache/symcache_item.cxx

+ 6
- 0
src/libserver/symcache/symcache_item.cxx Dosyayı Görüntüle

@@ -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 *

Loading…
İptal
Kaydet