Skip to content

File broker_admin.c

FileList > broker > broker_admin.c

Go to the source code of this file

  • #include <stdio.h>
  • #include <stdlib.h>
  • #include <string.h>
  • #include <time.h>
  • #include <sys/types.h>
  • #include <sys/stat.h>
  • #include "cas_common.h"
  • #include "broker_admin_pub.h"
  • #include "broker_config.h"
  • #include "broker_shm.h"
  • #include "broker_error.h"
  • #include "system_parameter.h"
  • #include "broker_util.h"
  • #include "util_func.h"

Public Functions

Type Name
int main (int argc, char ** argv)

Public Static Functions

Type Name
void admin_log_write (const char * log_file, const char * msg)

Macros

Type Name
define FALSE 0
define TRUE 1

Public Functions Documentation

function main

int main (
    int argc,
    char ** argv
) 

Public Static Functions Documentation

function admin_log_write

static void admin_log_write (
    const  char * log_file,
    const  char * msg
) 

Macro Definition Documentation

define FALSE

#define FALSE `0`

define TRUE

#define TRUE `1`


The documentation for this class was generated from the following file cubrid/src/broker/broker_admin.c