Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions include/ts/apidefs.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,6 @@ typedef enum {
AFTER_BODY,
} TSFetchWakeUpOptions;

#ifndef _HTTP_PROXY_API_ENUMS_H_
#define _HTTP_PROXY_API_ENUMS_H_
/// Values for per server outbound connection tracking group definition.
/// See proxy.config.http.per_server.match
typedef enum {
Expand All @@ -608,7 +606,6 @@ typedef enum {
TS_SERVER_OUTBOUND_MATCH_HOST,
TS_SERVER_OUTBOUND_MATCH_BOTH
} TSOutboundConnectionMatchType;
#endif

/* librecords types */

Expand Down
15 changes: 0 additions & 15 deletions proxy/http/HttpProxyAPIEnums.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,3 @@ typedef enum {
TS_SERVER_SESSION_SHARING_POOL_GLOBAL,
TS_SERVER_SESSION_SHARING_POOL_THREAD,
} TSServerSessionSharingPoolType;

// This is use to signal apidefs.h to not define these again.
#ifndef _HTTP_PROXY_API_ENUMS_H_
#define _HTTP_PROXY_API_ENUMS_H_

/// Values for per server outbound connection tracking group definition.
/// See proxy.config.http.per_server.match
typedef enum {
TS_SERVER_OUTBOUND_MATCH_IP,
TS_SERVER_OUTBOUND_MATCH_PORT,
TS_SERVER_OUTBOUND_MATCH_HOST,
TS_SERVER_OUTBOUND_MATCH_BOTH
} TSOutboundConnectionMatchType;

#endif