Home | History | Annotate | Download | only in cintltst

Lines Matching refs:lastSteps

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