
2 Dec
2014
2 Dec
'14
3:42 p.m.
On 11/18/2014 02:02 PM, Dmitry Guryanov wrote:
virConnect.privateData is void *, so we can't access fields of parallelsConn, pointer to which is stored in virConnect.privateData. So replace all occurences of conn->privateData->storageState with privconn->storageState.
Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com> --- src/parallels/parallels_storage.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-)
ACK and pushed. Jan