stasis-aries-wal/src/stasis/replacementPolicy.c

10 lines
191 B
C
Raw Normal View History

#include <config.h>
#include <lladd/constants.h>
#include <lladd/replacementPolicy.h>
replacementPolicy * initReplacementPolicy(int impl) {
if(IMPL = REPLACEMENT_POLICY_LRU) {
}
}