Revert "os: Repack ConnectionOutput for LP64"
This reverts commit d5f724544a
.
ABI change pended for 1.13
This commit is contained in:
parent
11331305d4
commit
5de0c2582f
|
@ -120,8 +120,8 @@ typedef struct _connectionInput {
|
||||||
|
|
||||||
typedef struct _connectionOutput {
|
typedef struct _connectionOutput {
|
||||||
struct _connectionOutput *next;
|
struct _connectionOutput *next;
|
||||||
unsigned char *buf;
|
|
||||||
int size;
|
int size;
|
||||||
|
unsigned char *buf;
|
||||||
int count;
|
int count;
|
||||||
} ConnectionOutput, *ConnectionOutputPtr;
|
} ConnectionOutput, *ConnectionOutputPtr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue