Michael Brown пре 20 година
родитељ
комит
e0668ad8df
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/include/gpxe/udp.h

+ 1
- 1
src/include/gpxe/udp.h Прегледај датотеку

56
 	 * the buffer is not compulsory; the application may call
56
 	 * the buffer is not compulsory; the application may call
57
 	 * udp_send() on any block of data.
57
 	 * udp_send() on any block of data.
58
 	 */
58
 	 */
59
-	void ( * senddata ) ( struct tcp_connection *conn, void *buf,
59
+	void ( * senddata ) ( struct udp_connection *conn, void *buf,
60
 			      size_t len );
60
 			      size_t len );
61
 	/**
61
 	/**
62
 	 * New data received
62
 	 * New data received

Loading…
Откажи
Сачувај