Hi!
> +static void dummy_child(struct testcase_t *t)
> +{
> +}
> +
> +static void waiting_child(struct testcase_t *t)
> +{
> +     TST_CHECKPOINT_CHILD_WAIT(&checkpoint);
> +}
> +
> +static void stopped_child(struct testcase_t *t)
> +{
> +     kill(getpid(), SIGSTOP);
> +     TST_CHECKPOINT_CHILD_WAIT(&checkpoint);
> +}

Looks like none of the childs is using the parameter after the change to
checkpoint interface. We may remove it then.

The rest if fine. (Acked-By: Cyril Hrubis <[email protected]>)

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to