Minor edits

This commit is contained in:
Nikhil Chandru Rao
2006-07-19 21:05:58 +00:00
parent 224529d8dd
commit 13dbf5494d
2 changed files with 11 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ struct udp_operations {
*/
struct udp_connection {
/** Address of the remote end of the connection */
struct sockaddr sin;
struct sockaddr sa;
/** Local port on which the connection receives packets */
port_t local_port;
/** Transmit buffer */