mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-16 12:23:15 -04:00
MINOR: quic: Add a typedef for unsigned long long
As we manipulate very uint64_t variables which must be cast to unsigned long long to be printed, let's add this useful type definition.
This commit is contained in:
parent
578a7898f2
commit
eb6dfab889
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@
|
|||
#include <import/eb64tree.h>
|
||||
#include <import/ebmbtree.h>
|
||||
|
||||
typedef unsigned long long ull;
|
||||
|
||||
#define QUIC_PROTOCOL_VERSION_DRAFT_28 0xff00001c /* draft-28 */
|
||||
#define QUIC_PROTOCOL_VERSION_DRAFT_29 0xff00001d /* draft-29 */
|
||||
#define QUIC_PROTOCOL_VERSION_1 0x00000001 /* V1 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue