mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-23 06:50:30 +00:00
9 lines
137 B
C
9 lines
137 B
C
#ifndef _QUORUM_H_
|
|
#define _QUORUM_H_
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool quorum_slot_present(struct scoutfs_super_block *super, int i);
|
|
|
|
#endif
|