Changeset 34bd549 in network-game for common/MessageProcessor.cpp


Ignore:
Timestamp:
Jun 19, 2014, 1:34:15 AM (10 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
3ea1839
Parents:
883bb5d
Message:

Make client compile on a Mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/MessageProcessor.cpp

    r883bb5d r34bd549  
    5050
    5151   // assume we don't care about the value of socklen
     52   cout << "Waiting for message from server" << endl;
    5253   int ret =  recvfrom(sock, (char*)msg, sizeof(NETWORK_MSG), 0, (struct sockaddr *)source, &socklen);
     54   cout << "Returned from wait" << endl;
    5355
    5456   if (ret == -1)
Note: See TracChangeset for help on using the changeset viewer.