~andreserl/ubuntu/natty/keepalived/lp619712

« back to all changes in this revision

Viewing changes to keepalived/include/global_parser.h

  • Committer: Bazaar Package Importer
  • Author(s): Koen Beek
  • Date: 2007-12-21 09:40:47 UTC
  • mfrom: (1.1.4 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20071221094047-cl1uxev6q064mgx6
Tags: 1.1.15-1ubuntu1
* Merge from debian unstable (LP: #179922), remaining changes:
  - debian/rules : DEB_UPDATE_RCD_PARAMS := multiuser parameter added 
  - debian/control : sysv-rc (>= 2.86.ds1-14.1ubuntu2) added to depends
  - debian/control : Set maintainer to Ubuntu Core Developers
  - debian : postinst script to remove old shutdown/reboot scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * 
6
6
 * Part:        vrrp_parser.c include file.
7
7
 *  
8
 
 * Version:     $Id: global_parser.h,v 1.1.13 2006/10/11 05:22:13 acassen Exp $
 
8
 * Version:     $Id: global_parser.h,v 1.1.15 2007/09/15 04:07:41 acassen Exp $
9
9
 *
10
10
 * Author:      Alexandre Cassen, <acassen@linux-vs.org>
11
11
 *
19
19
 *              as published by the Free Software Foundation; either version
20
20
 *              2 of the License, or (at your option) any later version.
21
21
 *
22
 
 * Copyright (C) 2001-2006 Alexandre Cassen, <acassen@linux-vs.org>
 
22
 * Copyright (C) 2001-2007 Alexandre Cassen, <acassen@freebox.fr>
23
23
 */
24
24
 
25
25
#ifndef _GLOBAL_PARSER_H