~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to src/xend_internal.h

Tags: upstream-0.6.4
Import upstream version 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "driver.h"
28
28
#include "buf.h"
29
29
 
 
30
#ifdef __sun
 
31
#define DEFAULT_VIF_SCRIPT "vif-vnic"
 
32
#else
 
33
#define DEFAULT_VIF_SCRIPT "vif-bridge"
 
34
#endif
 
35
 
30
36
int
31
37
xenDaemonOpen_unix(virConnectPtr conn, const char *path);
32
38