[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] The session class has a lower-case S -- fix the C bindings to match.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID 6e78bed60b85c06fb4af1663a8b2fa68cb91815d # Parent b87603c00fee8c174dff9dadf48f2469d877d5ba The session class has a lower-case S -- fix the C bindings to match. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/libxen/src/xen_common.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff -r b87603c00fee -r 6e78bed60b85 tools/libxen/src/xen_common.c --- a/tools/libxen/src/xen_common.c Fri Oct 27 16:46:27 2006 +0100 +++ b/tools/libxen/src/xen_common.c Wed Oct 25 16:06:29 2006 +0100 @@ -137,7 +137,7 @@ xen_session_login_with_password(xen_call session->error_description = NULL; session->error_description_count = 0; - call_raw(session, "Session.login_with_password", params, 2, + call_raw(session, "session.login_with_password", params, 2, &abstract_type_string, &session->session_id); return session; @@ -150,7 +150,7 @@ xen_session_logout(xen_session *session) abstract_value params[] = { }; - xen_call_(session, "Session.logout", params, 0, NULL, NULL); + xen_call_(session, "session.logout", params, 0, NULL, NULL); if (session->error_description != NULL) { @@ -173,7 +173,7 @@ xen_session_get_this_host(xen_session *s { }; - xen_call_(session, "Session.get_this_host", params, 0, + xen_call_(session, "session.get_this_host", params, 0, &abstract_type_string, result); return session->ok; } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |