aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/maintenance/CMakeLists.txt
blob: f21c330539dd9d1f3894d94c77d6262fc4ca3014 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_distributormaintenance OBJECT
    SOURCES
    maintenancescheduler.cpp
    node_maintenance_stats_tracker.cpp
    prioritizedbucket.cpp
    simplebucketprioritydatabase.cpp
    simplemaintenancescanner.cpp
    DEPENDS
)