FOSSology  4.4.0
Open Source License Compliance by Open Source Software
wait_special.c File Reference

This is a simple test agent meant to be used by Unit and functional tests to confirm a correctly working scheduler. More...

#include <libfossology.h>
Include dependency graph for wait_special.c:

Go to the source code of this file.

Macros

#define MINUTES_TO_WAIT   1
 the number of minutes to wait before closing
 

Functions

int main (int argc, char **argv)
 

Detailed Description

This is a simple test agent meant to be used by Unit and functional tests to confirm a correctly working scheduler.

Date
June 1, 2012

This agent will set itself to NOKILL, wait long enough that the scheduler would have killed it. Then set itself back to be able to be killed, and wait till the scheduler would kill it. Then finish.

Note
This is a failing agent

Definition in file wait_special.c.