Apache HTTPD
Public Attributes | List of all members
apr_version_t Struct Reference

#include <apr_version.h>

Public Attributes

int major
 
int minor
 
int patch
 
int is_dev
 

Detailed Description

The numeric version information is broken out into fields within this structure.

Definition at line 139 of file apr_version.h.

Member Data Documentation

◆ is_dev

int apr_version_t::is_dev

is development (1 or 0)

Definition at line 143 of file apr_version.h.

◆ major

int apr_version_t::major

major number

Definition at line 140 of file apr_version.h.

◆ minor

int apr_version_t::minor

minor number

Definition at line 141 of file apr_version.h.

◆ patch

int apr_version_t::patch

patch number

Definition at line 142 of file apr_version.h.


The documentation for this struct was generated from the following file: