X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fvconn.h;h=1e0105b8700cd3d22579abb02bb3c0be3e5bd64e;hb=bebf175930564a8eafdb63a0ad69df17d70ada18;hp=e4de5caa19beefe70c656a9ae802f40d2e02d140;hpb=88df6edbfaa4d4943e9f74f79973225c1c53297f;p=openvswitch diff --git a/include/vconn.h b/include/vconn.h index e4de5caa..1e0105b8 100644 --- a/include/vconn.h +++ b/include/vconn.h @@ -82,6 +82,7 @@ struct buffer *make_buffered_packet_out(uint32_t buffer_id, uint16_t in_port, uint16_t out_port); struct buffer *make_unbuffered_packet_out(const struct buffer *packet, uint16_t in_port, uint16_t out_port); +struct buffer *make_echo_request(void); struct buffer *make_echo_reply(const struct ofp_header *rq); /* Provider interface. */