mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* Corrected alignment for some fields (missing bitfields)
git-svn-id: trunk@17917 -
This commit is contained in:
parent
c1f8e258ad
commit
f2654e1043
@ -100,6 +100,7 @@ type
|
||||
{ The port number, numeric, valid only if port_str != NULL }
|
||||
port: apr_port_t;
|
||||
|
||||
BitFlags : Cardinal; // Takes care of is_initialized, dns_looked_up and dns_resolved
|
||||
{ has the structure been initialized }
|
||||
// unsigned is_initialized:1;
|
||||
|
||||
|
@ -534,7 +534,7 @@ type
|
||||
|
||||
response_code_strings: PPChar; { from ErrorDocument, not from
|
||||
* ap_custom_response() }
|
||||
|
||||
flags : cardinal; // takes care of hostname_lookup, content_md5, use_canonical_name d_is_fnmatch and add_default_charse
|
||||
{ Hostname resolution etc }
|
||||
{ unsigned int hostname_lookups : 4; }
|
||||
|
||||
@ -591,7 +591,7 @@ type
|
||||
etag_bits: etag_components_t;
|
||||
etag_add: etag_components_t;
|
||||
etag_remove: etag_components_t;
|
||||
|
||||
flags2 : cardinal; // Takes care of enable_mmap, enable_sendfile, allow_encoded_slashes and use_canonical_phys_port
|
||||
{
|
||||
* Run-time performance tuning
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user