summaryrefslogtreecommitdiff
path: root/slab_automove_extstore.h
blob: 8b437b1e8a6b147ec5087ee1e42471524a100d8c (plain)
1
2
3
4
5
6
7
8
#ifndef SLAB_AUTOMOVE_EXTSTORE_H
#define SLAB_AUTOMOVE_EXTSTORE_H

void *slab_automove_extstore_init(struct settings *settings);
void slab_automove_extstore_free(void *arg);
void slab_automove_extstore_run(void *arg, int *src, int *dst);

#endif