Skip to content

Commit

Permalink
Make debugging a little easier
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Mar 2, 2015
1 parent 748fe3f commit f235018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/channel/connected_channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
/* the protobuf library will (by default) start warning at 100megs */
#define DEFAULT_MAX_MESSAGE_LENGTH (100 * 1024 * 1024)

typedef struct {
typedef struct connected_channel_channel_data {
grpc_transport *transport;
gpr_uint32 max_message_length;
} channel_data;

typedef struct {
typedef struct connected_channel_call_data {
grpc_call_element *elem;
grpc_stream_op_buffer outgoing_sopb;

Expand Down

0 comments on commit f235018

Please sign in to comment.