FOSSology  4.4.0
Open Source License Compliance by Open Source Software
ojos.cc File Reference

Entry point for ojo agent. More...

#include "ojos.hpp"
Include dependency graph for ojos.cc:

Go to the source code of this file.

Macros

#define return_sched(retval)
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Entry point for ojo agent.

Definition in file ojos.cc.

Macro Definition Documentation

◆ return_sched

#define return_sched (   retval)
Value:
do {\
fo_scheduler_disconnect((retval));\
return (retval);\
} while(0)

Send disconnect to scheduler with retval and return function with retval.

Definition at line 50 of file ojos.cc.