INIT fix iscsi_destroy_url

This commit is contained in:
Peter Lieven
2012-11-03 02:26:30 +01:00
parent a6caad107c
commit 3268ae4c88
2 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ struct iscsi_context;
struct sockaddr;
#define MAX_STRING_SIZE (255)
#define PAGE_SIZE (4096)
/*
* Syntax for normal and portal/discovery URLs.
@@ -533,6 +534,7 @@ iscsi_task_mgmt_target_cold_reset_async(struct iscsi_context *iscsi,
struct iscsi_data {
int size;
int alloc_size;
unsigned char *data;
};