Imported Upstream version 1.41.0
[platform/upstream/grpc.git] / src / core / lib / iomgr / endpoint_pair.h
index 08f9e3c..6150b5b 100644 (file)
 
 #include "src/core/lib/iomgr/endpoint.h"
 
-typedef struct {
+struct grpc_endpoint_pair {
   grpc_endpoint* client;
   grpc_endpoint* server;
-} grpc_endpoint_pair;
+};
 
 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name,
                                                    grpc_channel_args* args);