~ubuntu-branches/ubuntu/saucy/varnish/saucy

« back to all changes in this revision

Viewing changes to include/vrt_obj.h

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: vcc_gen_fixed_token.tcl 4428 2010-01-06 17:38:59Z tfheen $
 
2
 * $Id$
3
3
 *
4
4
 * NB:  This file is machine generated, DO NOT EDIT!
5
5
 *
7
7
 */
8
8
 
9
9
struct sockaddr * VRT_r_client_ip(const struct sess *);
 
10
const char * VRT_r_client_identity(struct sess *);
 
11
void VRT_l_client_identity(struct sess *, const char *, ...);
10
12
struct sockaddr * VRT_r_server_ip(struct sess *);
11
13
const char * VRT_r_server_hostname(struct sess *);
12
14
const char * VRT_r_server_identity(struct sess *);
27
29
unsigned VRT_r_req_esi(struct sess *);
28
30
void VRT_l_req_esi(struct sess *, unsigned);
29
31
unsigned VRT_r_req_backend_healthy(const struct sess *);
 
32
unsigned VRT_r_req_hash_ignore_busy(struct sess *);
 
33
void VRT_l_req_hash_ignore_busy(struct sess *, unsigned);
 
34
unsigned VRT_r_req_hash_always_miss(struct sess *);
 
35
void VRT_l_req_hash_always_miss(struct sess *, unsigned);
30
36
const char * VRT_r_bereq_request(const struct sess *);
31
37
void VRT_l_bereq_request(const struct sess *, const char *, ...);
32
38
const char * VRT_r_bereq_url(const struct sess *);