FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
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>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main function for scheduler.
Definition in file fo_scheduler.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
main function for FOSSology scheduler, does command line parsing, Initialization and then simply enters the event loop.
argc | the command line argument cound |
argv | the command line argument values |
Definition at line 31 of file fo_scheduler.c.