-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: quic: Export QUIC CLI code from quic_conn.c
To accelerate the compilation of quic_conn.c file, export the code in relation with the QUIC CLI from quic_conn.c to quic_cli.c.
- Loading branch information
1 parent
b67f651
commit dc5cca0
Showing
4 changed files
with
421 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* include/haproxy/quic_trace-t.h | ||
* Definitions for QUIC CLI internal types, constants and flags. | ||
* | ||
* Copyright (C) 2023 | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License | ||
* as published by the Free Software Foundation; either version | ||
* 2 of the License, or (at your option) any later version. | ||
* | ||
*/ | ||
#ifndef _HAPROXY_QUIC_CLI_T_H | ||
#define _HAPROXY_QUIC_CLI_T_H | ||
|
||
extern unsigned int qc_epoch; | ||
|
||
#endif /* _HAPROXY_QUIC_CLI_T_H */ |
Oops, something went wrong.