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

Main function for scheduler. More...

#include <agent.h>
#include <database.h>
#include <event.h>
#include <host.h>
#include <interface.h>
#include <logging.h>
#include <scheduler.h>
#include <libfossrepo.h>
Include dependency graph for fo_scheduler.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

Main function for scheduler.

Definition in file fo_scheduler.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

main function for FOSSology scheduler, does command line parsing, Initialization and then simply enters the event loop.

Parameters
argcthe command line argument cound
argvthe command line argument values
Returns
if the program ran correctly

Definition at line 31 of file fo_scheduler.c.