~ubuntu-branches/ubuntu/natty/redhat-cluster/natty

« back to all changes in this revision

Viewing changes to config/daemons/ccsd/globals.c

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-09-15 07:15:43 UTC
  • mfrom: (1.1.16 upstream) (10.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090915071543-vr089k11l3kl9llu
Tags: 3.0.2-2ubuntu1
Remove unnecessary build dep on libvolume-id-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <stdio.h>
2
 
 
3
 
int ppid = 0;
4
 
 
5
 
char *config_file_location = NULL;
6
 
char *lockfile_location = NULL;
7
 
 
8
 
int frontend_port = 50006;
9
 
int backend_port  = 50007;
10
 
int cluster_base_port = 50008;
11
 
 
12
 
/* -1 = no preference, 0 = IPv4, 1 = IPv6 */
13
 
int IPv6=-1;
14
 
 
15
 
/* 1 = allow and use UNIX domain sockets for local ccs queries */
16
 
int use_local = 1;
17
 
 
18
 
char *multicast_address = NULL;
19
 
int ttl=1;