|
GRPC C++
1.26.0
|
The virtual table of grpc_socket_mutator. More...
#include <socket_mutator.h>
Data Fields | |
| bool(* | mutate_fd )(int fd, grpc_socket_mutator *mutator) |
| Mutates the socket options of fd. More... | |
| int(* | compare )(grpc_socket_mutator *a, grpc_socket_mutator *b) |
| Compare socket mutator a and b. More... | |
| void(* | destroy )(grpc_socket_mutator *mutator) |
| Destroys the socket mutator instance. More... | |
The virtual table of grpc_socket_mutator.
| int(* grpc_socket_mutator_vtable::compare) (grpc_socket_mutator *a, grpc_socket_mutator *b) |
Compare socket mutator a and b.
| void(* grpc_socket_mutator_vtable::destroy) (grpc_socket_mutator *mutator) |
Destroys the socket mutator instance.
| bool(* grpc_socket_mutator_vtable::mutate_fd) (int fd, grpc_socket_mutator *mutator) |
Mutates the socket options of fd.