zzj 6 years ago
parent
commit
8b3798d956
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ant.h

+ 3 - 1
ant.h

@@ -54,9 +54,11 @@ struct ant_list
 	static ant_list*instance();
 };
 
+struct client;
 struct site
 {
 	std::vector<ant*> m_ant_list;
+	std::shared_ptr<client> m_socket;
 };
 
 struct site_list
@@ -72,10 +74,10 @@ struct site_list
 	{
 	
 	}
+
 	static site_list*instance();
 };
 
-
 struct loc_message
 {
 	ant*     m_ant;