summaryrefslogtreecommitdiffstats
path: root/src/server/altservers.h
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-12 16:34:02 +0100
committerSimon Rettberg2013-11-12 16:34:02 +0100
commit59937eff76975b16e667f35827aafb0a6451b954 (patch)
treefb14445cc52670bfb1c0273ec7c6aabee483649d /src/server/altservers.h
parent[SERVER] Extend endianness detection (diff)
downloaddnbd3-59937eff76975b16e667f35827aafb0a6451b954.tar.gz
dnbd3-59937eff76975b16e667f35827aafb0a6451b954.tar.xz
dnbd3-59937eff76975b16e667f35827aafb0a6451b954.zip
[SERVER] Add "client only" flag for alt servers
Diffstat (limited to 'src/server/altservers.h')
-rw-r--r--src/server/altservers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/altservers.h b/src/server/altservers.h
index e07afce..de7643c 100644
--- a/src/server/altservers.h
+++ b/src/server/altservers.h
@@ -7,7 +7,7 @@ void altservers_init();
int altservers_load();
-int altservers_add(dnbd3_host_t *host, const char *comment, const int isPrivate);
+int altservers_add(dnbd3_host_t *host, const char *comment, const int isPrivate, const int isClientOnly);
void altservers_findUplink(dnbd3_connection_t *uplink);