Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


updates for user space utilities
[palacios.git] / misc / network_servers / vtl / debug.h
1 #ifndef __DEBUG_H
2 #define __DEBUG_H
3
4 #include <string>
5
6 using namespace std;
7
8 int vtl_debug_init(string logfilename, int debug_enable);
9 void vtl_debug(const char * fmt, ...);
10
11
12 #endif