File: path.h

package info (click to toggle)
drbd-utils 9.22.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,768 kB
  • sloc: ansic: 48,975; xml: 11,553; cpp: 9,843; sh: 4,568; makefile: 1,029; perl: 353; ruby: 43
file content (13 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Under Windows path names are computed at run time (based upon
 * a registry entry) while on Linux those are configure-time
 * string constants. Those functions here return the correct
 * path (in POSIX style format, e.g. /cygdrive/x/... under Windows).
 */

const char *drbd_lib_dir(void);
const char *node_id_file(void);
const char *drbd_run_dir(void);
const char *drbd_run_dir_with_slash(void);
const char *drbd_bin_dir(void);
const char *drbd_lock_dir(void);