aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Fuchs <andreas.fuchs@sit.fraunhofer.de>2017-11-30 15:41:05 +0100
committerPhilip Tricca <philip.b.tricca@intel.com>2018-01-04 00:53:35 -0500
commit43a0d76bf4e8f50b164a8be89102f1de03d46fa6 (patch)
treee0b072409bed9274b1e71ec7727a24daf2a3d658 /include
parent32d6a0f5302f38b9f45c2da16247fa3daef63745 (diff)
downloadtpm2-tss-43a0d76bf4e8f50b164a8be89102f1de03d46fa6.tar.gz
TCTI: Update to new logging framework
Update TCTI modules to new logging framework. Removing the callback function for logging that were not specification compliant. Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
Diffstat (limited to 'include')
-rw-r--r--include/tcti/tcti_socket.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tcti/tcti_socket.h b/include/tcti/tcti_socket.h
index 024131e1..baab4e9c 100644
--- a/include/tcti/tcti_socket.h
+++ b/include/tcti/tcti_socket.h
@@ -50,9 +50,6 @@ TSS2_RC PlatformCommand(
typedef struct {
const char *hostname;
uint16_t port;
- TCTI_LOG_CALLBACK logCallback;
- TCTI_LOG_BUFFER_CALLBACK logBufferCallback;
- void *logData;
} TCTI_SOCKET_CONF;
TSS2_RC InitSocketTcti (