34 #ifndef GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_FRAME_PING_H
35 #define GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_FRAME_PING_H
37 #include <grpc/support/slice.h>
38 #include "src/core/transport/chttp2/frame.h"
43 gpr_uint8 opaque_8bytes[8];
46 gpr_slice grpc_chttp2_ping_create(gpr_uint8 ack, gpr_uint8 *opaque_8bytes);
48 grpc_chttp2_parse_error grpc_chttp2_ping_parser_begin_frame(
50 grpc_chttp2_parse_error grpc_chttp2_ping_parser_parse(
Definition: frame_ping.h:40