GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
GNUNET_CORE_ServiceVersion Struct Reference

A gnunet service version for services above CORE TODO we might want to be compatible with https://semver.org. More...

#include <gnunet_core_service.h>

Data Fields

uint32_t major
 Major version number.
 
uint32_t minor
 Minor version number.
 

Detailed Description

A gnunet service version for services above CORE TODO we might want to be compatible with https://semver.org.

Definition at line 168 of file gnunet_core_service.h.

Field Documentation

◆ major

uint32_t GNUNET_CORE_ServiceVersion::major

Major version number.

Definition at line 173 of file gnunet_core_service.h.

◆ minor

uint32_t GNUNET_CORE_ServiceVersion::minor

Minor version number.

Definition at line 178 of file gnunet_core_service.h.


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