dbserver.c File Reference

#include <stdio.h>
#include <signal.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <stdlib.h>
#include <string.h>
#include "connections.h"
#include "parser.h"
#include "recreate.h"
Include dependency graph for dbserver.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int main (void)

Function Documentation

int main ( void   ) 

Definition at line 44 of file dbserver.c.

References recreate_cfg_objects(), and setup().

00044                {
00045 
00046         system("clear");        
00047         recreate_cfg_objects() ;
00048         setup();
00049         return 0;
00050 }

Here is the call graph for this function:

Generated on Tue Jun 7 13:40:47 2011 for iPDC-DBServer by  doxygen 1.6.3