From d9fbe37f4b96ace03bace8fa3f3283a5a57e7383 Mon Sep 17 00:00:00 2001 From: Peter Lieven Date: Sat, 3 Nov 2012 02:28:23 +0100 Subject: [PATCH] HEADERS fix early commit of new header data --- include/iscsi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/iscsi.h b/include/iscsi.h index 9753d22..af7e1ba 100644 --- a/include/iscsi.h +++ b/include/iscsi.h @@ -33,7 +33,6 @@ struct iscsi_context; struct sockaddr; #define MAX_STRING_SIZE (255) -#define PAGE_SIZE (4096) /* * Syntax for normal and portal/discovery URLs. @@ -534,7 +533,6 @@ iscsi_task_mgmt_target_cold_reset_async(struct iscsi_context *iscsi, struct iscsi_data { int size; - int alloc_size; unsigned char *data; };