summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/udp.h b/src/include/gpxe/udp.h
index 8c731c13a..006bc0b38 100644
--- a/src/include/gpxe/udp.h
+++ b/src/include/gpxe/udp.h
@@ -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 */