On Wed, Jan 03, 2018 at 09:58:10AM +0100, Juan Quintela wrote: > Peter Xu <pet...@redhat.com> wrote: > > It was used either to: > > > > 1. store initial timestamp of migration start, and > > 2. store total time used by last migration > > > > Let's provide two parameters for each of them. Mix use of the two is > > slightly misleading. > > > > Signed-off-by: Peter Xu <pet...@redhat.com> > > Reviewed-by: Juan Quintela <quint...@redhat.com>
Thanks! > > If you have to respin, I would like to use the names: (I think it very possible :-) > > start_time and total_time, i.e. without the mig_ preffix, because they > are in an struct that is clearly named migration O:-) Oh, it's my bad (or good?) habit of keeping some prefix so that cscope won't mix these variables with others. I think the problem is that cscope is always using a global namespace for variables. Considering this do you still like me to change? :) Any suggestions on better usage of cscope would be greatly welcomed too! (Sure I can rename that! It's not a big deal) -- Peter Xu