Skip to content

Commit

Permalink
Merge pull request #1180 from tempesta-tech/ri-unused-code-removal
Browse files Browse the repository at this point in the history
remove unused type TfwTlsCtx
  • Loading branch information
i-rinat committed Feb 8, 2019
2 parents ab9a43a + 59c3d05 commit c934a29
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tempesta_fw/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@
#include "gfsm.h"
#include "ttls.h"

/*
* TLS context handling for chunked data in skb list.
* TlsCtx is unaware of network datata chunks, so this structure links
* network chunked I/O with the higher layer TLS processing.
*
* @off - data offset within first skb in @skb_list;
* @chunks - number of contigious memory chunks in all skbs in @skb_list;
*/
typedef struct {
TlsCtx tls;
struct sk_buff *skb_list;
unsigned int off;
unsigned int chunks;
} TfwTlsCtx;

#define TFW_FSM_TLS TFW_FSM_HTTPS

/**
Expand Down

0 comments on commit c934a29

Please sign in to comment.