Automated merge with ssh://dev/flexnbd-c

This commit is contained in:
nick
2012-06-01 14:51:43 +01:00
4 changed files with 40 additions and 11 deletions

View File

@@ -37,6 +37,8 @@ struct control_params {
struct mode_serve_params {
/** address/port to bind to */
union mysockaddr bind_to;
/** does an empty ACL mean "deny all"? */
int default_deny;
/** number of entries in current access control list*/
int acl_entries;
/** pointer to access control list entries*/