blob: adcaff426c5b52294eabb81dd3146d476e8d1ce7 [file] [log] [blame]
#ifndef FILEOPS_H
#define FILEOPS_H
int pmix_leader_is_alive(char *lname);
void pmix_remove_leader_symlink(char *path);
int pmix_create_locked(char *path);
int pmix_create_locked_wait(char *path);
#endif /* FILEOPS_H */