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 98cde254ac
commit d5f724544a

View File

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