Connection: Add negotiation phase

This commit is contained in:
Petr Baudis 2011-11-27 05:06:46 +01:00
parent 85e143fd11
commit 9cf99e0bcd
3 changed files with 12 additions and 3 deletions

View file

@ -69,7 +69,6 @@ next_agent:
class connection *conn = new class connection(cfd);
class agent *a = new class agent(aid++, conn, map);
agents.push_back(a);
a->spawn();
}
/* Collect and take actions. */