FOSSology
4.4.0
Open Source License Compliance by Open Source Software
no_disconnect.c
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: © 2011 Hewlett-Packard Development Company, L.P.
3
4
SPDX-License-Identifier: GPL-2.0-only
5
*/
6
7
/* fossology includes */
8
#include <
libfossology.h
>
9
23
int
main(
int
argc,
char
** argv)
24
{
25
fo_scheduler_connect
(&argc, argv, NULL);
26
fo_scheduler_next
();
27
28
return
0;
29
}
libfossology.h
The main FOSSology C library.
fo_scheduler_next
char * fo_scheduler_next()
Get the next data to process from the scheduler.
Definition:
libfossscheduler.c:400
fo_scheduler_connect
void fo_scheduler_connect(int *argc, char **argv, PGconn **db_conn)
Establish a connection between an agent and the scheduler.
Definition:
libfossscheduler.c:319
src
scheduler
agent_tests
agents
no_disconnect.c
Generated on Mon Nov 18 2024 07:37:13 for FOSSology by
1.9.1