cli: Fix task-id xml compilation

Change-Id: I92ada7d5ba1eb46024f47c4f32c517db27ada576
BUG: 857330
Signed-off-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: http://review.gluster.org/4342
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
Kaushal M 2012-12-20 13:27:13 +05:30 committed by Vijay Bellur
parent d3cc5862fa
commit f1b2faab5e

View File

@ -1386,6 +1386,7 @@ out:
#endif
}
#if (HAVE_LIB_XML)
int
cli_xml_output_vol_status_tasks (cli_local_t *local, dict_t *dict) {
int ret = -1;
@ -1453,6 +1454,7 @@ out:
gf_log ("cli", GF_LOG_DEBUG, "Returning %d", ret);
return ret;
}
#endif
int
cli_xml_output_vol_status (cli_local_t *local, dict_t *dict)