~ubuntu-branches/ubuntu/hardy/lighttpd/hardy

« back to all changes in this revision

Viewing changes to src/base.h

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-09-05 09:30:15 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070905093015-pm98jekbu9ylcd3w
Tags: 1.4.17-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Update maintainer field in debian/control.
  - Build against libgamin-dev rather than libfam-dev (fixes a warning
    during startup)
  - Make sure that upgrades succeed, even if we can't restart lighttpd.
  - Clean environment in init.d script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
        int patterncount;
325
325
        int matches[3 * 10];
326
326
        buffer *comp_value; /* just a pointer */
 
327
        
 
328
        comp_key_t comp_type;
327
329
} cond_cache_t;
328
330
 
329
331
typedef struct {
416
418
#endif
417
419
        /* etag handling */
418
420
        etag_flags_t etag_flags;
 
421
 
 
422
        int conditional_is_valid[COMP_LAST_ELEMENT]; 
419
423
} connection;
420
424
 
421
425
typedef struct {