Home | History | Annotate | Download | only in cintltst

Lines Matching refs:lastSteps

181     int32_t          lastSteps;
187 if (info->lastSteps+1 != steps) {
188 log_err("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps);
190 info->lastSteps = steps;