-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Update dynlink to expose new cmutils functions; pick up EXECUTABLE=YE…
…S storage changes Signed-off-by: Irek Fakhrutdinov <ifakhrutdinov@rocketsoftware.com>
1 parent
59c036a
commit b24eaf1
Showing
4 changed files
with
13 additions
and
2 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
Submodule zowe-common-c
updated
19 files
+7 −1 | CHANGELOG.md | |
+68 −0 | c/cmutils.c | |
+48 −19 | c/configmgr.c | |
+16 −9 | c/crossmemory.c | |
+17 −6 | c/httpclient.c | |
+2 −1 | c/qjsnet.c | |
+21 −2 | c/qsam.c | |
+1 −1 | c/recovery.c | |
+5 −7 | c/tls.c | |
+63 −0 | h/cmutils.h | |
+1 −0 | h/configmgr.h | |
+2 −0 | h/httpclient.h | |
+130 −0 | tests/build_recoverytest.sh | |
+11 −0 | tests/configmgr/extract/extract.json | |
+33 −0 | tests/configmgr/extract/extract.yaml | |
+49 −0 | tests/configmgr/extract/index.sh | |
+589 −0 | tests/recoverytest.c | |
+336 −0 | tests/srb_harness.c | |
+16 −0 | tests/srb_harness.h |
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