os: Repack ConnectionOutput for LP64

Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2011-06-16 17:40:24 -04:00
parent 5109c7f658
commit 3f7bc22263

View File

@ -119,8 +119,8 @@ typedef struct _connectionInput {
typedef struct _connectionOutput {
struct _connectionOutput *next;
int size;
unsigned char *buf;
int size;
int count;
} ConnectionOutput, *ConnectionOutputPtr;