]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: add alias for less typing
authorEric Blake <eblake@redhat.com>
Fri, 13 Jun 2014 14:44:09 +0000 (08:44 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 16 Jun 2014 15:33:57 +0000 (09:33 -0600)
commit47aaceb7cc196434b3f0bc35aef3803f5f33d4b0
treed1544c1acb012bb6a748f82ff57f8ef3ba37ae0a
parentb77d3d9b810d77070073bce73e5a19c1110e46e0
storage: add alias for less typing

Typing chain->backingStore->backingStore gets old after a while;
introduce some alias variables to make the test more compact.

* tests/virstoragetest.c (mymain): Introduce some shorthand.

Signed-off-by: Eric Blake <eblake@redhat.com>
tests/virstoragetest.c