The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include <freeradius-devel/io/atomic_queue.h>
#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/util/talloc.h>
#include <stdint.h>
#include <string.h>
#include <sys/time.h>
Go to the source code of this file.
Macros | |
#define | OFFSET (1024) |
Typedefs | |
typedef struct request_s | request_t |
Functions | |
int | main (int argc, char *argv[]) |
void | request_verify (UNUSED char const *file, UNUSED int line, UNUSED request_t *request) |
static NEVER_RETURNS void | usage (void) |
Variables | |
static int | debug_lvl = 0 |
#define OFFSET (1024) |
Definition at line 36 of file atomic_queue_test.c.
Definition at line 38 of file atomic_queue_test.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
|
static |
Definition at line 38 of file atomic_queue_test.c.