Fix the sense of client_serve_request

This commit is contained in:
Alex Young
2012-06-06 14:25:35 +01:00
parent e8b47d5855
commit cfa9f9c71f
3 changed files with 11 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ struct server {
nbd_client[MAX_NBD_CLIENTS];
};
int server_detect_closed(struct server* serve);
int server_is_closed(struct server* serve);
void server_dirty(struct server *serve, off64_t from, int len);
int server_lock_io( struct server * serve);
void server_unlock_io( struct server* serve );