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:
		
							parent
							
								
									98cde254ac
								
							
						
					
					
						commit
						d5f724544a
					
				|  | @ -124,8 +124,8 @@ typedef struct _connectionInput { | ||||||
| 
 | 
 | ||||||
| typedef struct _connectionOutput { | typedef struct _connectionOutput { | ||||||
|     struct _connectionOutput *next; |     struct _connectionOutput *next; | ||||||
|     int size; |  | ||||||
|     unsigned char *buf; |     unsigned char *buf; | ||||||
|  |     int size; | ||||||
|     int count; |     int count; | ||||||
| } ConnectionOutput, *ConnectionOutputPtr; | } ConnectionOutput, *ConnectionOutputPtr; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue