Update hub.h

An attempt to add missing 'limit_min_hubs_total' option.
This commit is contained in:
Tantrix 2019-11-08 21:04:53 +03:00 committed by GitHub
parent 78a7039240
commit 1ba114e651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,6 +324,7 @@ extern size_t hub_get_min_hubs_op(struct hub_info* hub);
* be logged in to simultaneously regardless of the type of user. * be logged in to simultaneously regardless of the type of user.
*/ */
extern size_t hub_get_max_hubs_total(struct hub_info* hub); extern size_t hub_get_max_hubs_total(struct hub_info* hub);
extern size_t hub_get_min_hubs_total(struct hub_info* hub);
/** /**
* Schedule runslice. * Schedule runslice.