Rename struct mirror_status to struct mirror

This commit is contained in:
Alex Young
2012-07-12 14:54:48 +01:00
parent c6a084ce82
commit cef2dcaad2
4 changed files with 28 additions and 28 deletions

View File

@@ -53,7 +53,7 @@ struct server {
/* Claimed around any updates to the ACL. */
struct flexthread_mutex * l_acl;
struct mirror_status* mirror;
struct mirror* mirror;
struct mirror_super * mirror_super;
int server_fd;
int control_fd;