summaryrefslogtreecommitdiff
path: root/ecp/server/server.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2024-05-10 19:49:06 +0200
committerUros Majstorovic <majstor@majstor.org>2024-05-10 19:49:06 +0200
commitce55165b6952f9325c34b0008b5116b16736c4cb (patch)
tree7c85cb58e0eff3c9a884c499ad87ba6069dbc6ce /ecp/server/server.h
parent3f814b6f30a9ae296805ebab49114fb24ab3b0d1 (diff)
server support for fragmented dir reply; fixed shadow reply messages accordingly
Diffstat (limited to 'ecp/server/server.h')
-rw-r--r--ecp/server/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/server/server.h b/ecp/server/server.h
index 21f2129..f8f8cac 100644
--- a/ecp/server/server.h
+++ b/ecp/server/server.h
@@ -13,7 +13,7 @@ typedef struct SRVConfig {
char *acl_fn_dir;
ecp_tr_addr_t my_addr;
uint8_t region;
- uint8_t capabilities;
+ uint8_t roles;
} SRVConfig;
SRVConfig *srv_get_config(void);