1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 02:51:27 +00:00

Completely kill pnUtAddr and NetAddress.

This commit is contained in:
Darryl Pogue
2012-03-26 21:49:10 -07:00
parent 3ea3473d13
commit 3ba721711e
17 changed files with 56 additions and 117 deletions

View File

@ -103,8 +103,8 @@ struct AsyncNotifySocket {
};
struct AsyncNotifySocketConnect : AsyncNotifySocket {
NetAddress localAddr;
NetAddress remoteAddr;
plNetAddress localAddr;
plNetAddress remoteAddr;
unsigned connType;
};
@ -113,7 +113,7 @@ struct AsyncNotifySocketListen : AsyncNotifySocketConnect {
unsigned buildType;
unsigned branchId;
Uuid productId;
NetAddress addr;
plNetAddress addr;
uint8_t * buffer;
unsigned bytes;
unsigned bytesProcessed;