~ubuntu-branches/ubuntu/precise/crossroads/precise

« back to all changes in this revision

Viewing changes to xr/DispatchAlgorithms/external/external

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ritter
  • Date: 2010-07-05 16:27:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100705162700-0g08tfav8ee9y51u
Tags: upstream-2.65
ImportĀ upstreamĀ versionĀ 2.65

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _EXTERNAL_
 
2
#define _EXTERNAL_
 
3
 
 
4
#include "sys/sys"
 
5
#include "error/error"
 
6
#include "DispatchAlgorithms/algorithm/algorithm"
 
7
#include "balancer/balancer"
 
8
#include "config/config"
 
9
 
 
10
class External: public Algorithm {
 
11
public:
 
12
    unsigned target(struct in_addr clientip,
 
13
                    BackendVector const &targetlist);
 
14
};
 
15
 
 
16
#endif