aboutsummaryrefslogtreecommitdiff
path: root/stubs
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2017-02-02 12:59:54 +0000
committerJuan Quintela <quintela@redhat.com>2017-02-06 13:36:49 +0100
commitbc5c4f21966977c4ff00ae77979b95a2b39142a3 (patch)
treeeeb36b5d488465ce493ed5926bac13f4a9208348 /stubs
parentb4b076daf324894dd288cbdb67ff1e3c7434df7b (diff)
vmstate_register_with_alias_id: Take an Error **
I'll be adding an error to it in a subsequent patch. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Message-Id: <20170202125956.21942-2-dgilbert@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'stubs')
-rw-r--r--stubs/vmstate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stubs/vmstate.c b/stubs/vmstate.c
index 65906271d2..bbe158fe3b 100644
--- a/stubs/vmstate.c
+++ b/stubs/vmstate.c
@@ -8,7 +8,8 @@ int vmstate_register_with_alias_id(DeviceState *dev,
int instance_id,
const VMStateDescription *vmsd,
void *base, int alias_id,
- int required_for_version)
+ int required_for_version,
+ Error **errp)
{
return 0;
}