git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
TESTS: Add a library to check for the default loopback network
[openafs.git]
/
tests
/
common
/
common.h
diff --git
a/tests/common/common.h
b/tests/common/common.h
index
9782a98
..
cf19692
100644
(file)
--- a/
tests/common/common.h
+++ b/
tests/common/common.h
@@
-50,3
+50,7
@@
extern int afstest_GetUbikClient(struct afsconf_dir *dir, char *service,
struct rx_securityClass *secClass,
int secIndex,
struct ubik_client **ubikClient);
+
+/* network.c */
+extern int afstest_IsLoopbackNetworkDefault(void);
+extern int afstest_SkipTestsIfLoopbackNetIsDefault(void);