Skip to content

File dl_daemon.c

FileList > base > dl_daemon.c

Go to the source code of this file

  • #include "config.h"
  • #include <stdlib.h>
  • #include <sys/param.h>
  • #include <errno.h>
  • #include <unistd.h>
  • #include "porting.h"

Public Static Attributes

Type Name
char dynload_Temporary_filename = ""

Public Functions

Type Name
void main (void)

Public Static Functions

Type Name
void dynload_install_handlers (void)
void dynload_remove_temporary_file (void)

Public Static Attributes Documentation

variable dynload_Temporary_filename

char dynload_Temporary_filename[PATH_MAX];

Public Functions Documentation

function main

void main (
    void
) 

Public Static Functions Documentation

function dynload_install_handlers

static void dynload_install_handlers (
    void
) 

function dynload_remove_temporary_file

static void dynload_remove_temporary_file (
    void
) 


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