FOSSology  3.2.0rc1
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

#define return_sched (   retval)
Value:
do {\
return (retval);\
} while(0)
void fo_scheduler_disconnect(int retcode)
Disconnect the scheduler connection.

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

Definition at line 61 of file ojos.cc.