libvirt/src/openvz
Daniel P. Berrange d70bdb14ff Convert 'int i' to 'size_t i' in src/openvz/ files
Convert the type of loop iterators named 'i', 'j', k',
'ii', 'jj', 'kk', to be 'size_t' instead of 'int' or
'unsigned int', also santizing 'ii', 'jj', 'kk' to use
the normal 'i', 'j', 'k' naming

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-07-10 17:55:16 +01:00
..
openvz_conf.c Adapt to VIR_ALLOC and virAsprintf in src/openvz/* 2013-07-10 11:07:32 +02:00
openvz_conf.h maint: Rename xmlconf to xmlopt and virDomainXMLConfig to virDomainXMLOption 2013-04-04 22:18:56 +02:00
openvz_driver.c Convert 'int i' to 'size_t i' in src/openvz/ files 2013-07-10 17:55:16 +01:00
openvz_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
openvz_util.c Rename virterror.c virterror_internal.h to virerror.{c,h} 2012-12-21 11:19:50 +00:00
openvz_util.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00