Skip to content

Commit

Permalink
Update for libvirt 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Dec 21, 2012
1 parent 2280d32 commit fe13e21
Show file tree
Hide file tree
Showing 3 changed files with 623 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ For the remote support documentation:
<http://libvirt.org/remote.html>

The version of remote\_protocol.x used was taken from libvirt master
(around v0.9.9-rc2, SHA commit ca5c99aecbecc832ed1a5bc630c7a3b8e13f4344).
(around v1.0.1, SHA commit 4ecb723b9ef8b206a228cf5156418f7faabc47eb).

## HOW TO BUILD IT

Expand Down
3 changes: 2 additions & 1 deletion include/remote_protocol.hrl
@@ -1,10 +1,11 @@
%%
%% remote_protocol.hrl was generated by erpcgen (do not edit)
%% date: Sep 4 09:20:59 2012
%% date: Dec 21 11:33:24 2012
%%
-define(REMOTE_PROTOCOL_VERSION, 1).
-define(REMOTE_PROGRAM, 536903814).
-define(REMOTE_DOMAIN_EVENT_GRAPHICS_IDENTITY_MAX, 20).
-define(REMOTE_NODE_MEMORY_PARAMETERS_MAX, 64).
-define(REMOTE_DOMAIN_DISK_ERRORS_MAX, 256).
-define(REMOTE_DOMAIN_GET_CPU_STATS_MAX, 2048).
-define(REMOTE_DOMAIN_GET_CPU_STATS_NCPUS_MAX, 128).
Expand Down

0 comments on commit fe13e21

Please sign in to comment.