From faae2825c0b9bcc07990b5bcbe51fc3b144b8763 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Wed, 13 Aug 2025 15:22:15 -0400 Subject: [PATCH] Add trace options to bind-test Signed-off-by: 1000TurquoisePogs --- c/bindTest.c | 19 +++++++++++++++++++ deps/zowe-common-c | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/c/bindTest.c b/c/bindTest.c index c6dc23dc6..533a338de 100644 --- a/c/bindTest.c +++ b/c/bindTest.c @@ -48,6 +48,16 @@ static char *getKeywordArg(char *key, int argc, char **argv) { return NULL; } +static bool getBoolArg(char *key, int argc, char **argv) { + for (int aa=1; aa 2" conditionals + setSocketTrace(3); + } else if (debug) { + //bpxskt.c shows several "if (socketTrace)" conditionals + setSocketTrace(1); + } InetAddr *inetAddress = NULL; diff --git a/deps/zowe-common-c b/deps/zowe-common-c index dc9755ff7..3c353457f 160000 --- a/deps/zowe-common-c +++ b/deps/zowe-common-c @@ -1 +1 @@ -Subproject commit dc9755ff79b38bfe387a80a9c8a6d606ada34dac +Subproject commit 3c353457fc271450b1ceb55ac155dc1535e80cdb