diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-05-15 14:13:52 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-05-15 14:13:52 -0700 |
commit | 9aaa1b61e7bd6a1173d6d7fb4b68ca8ae74bcabe (patch) | |
tree | 8cc2ead249be6288e1010aef9e799d9444724db0 /Makefile | |
parent | 26d916a9e6318ba35c94c51e0b9eac49816a308a (diff) | |
parent | 685f1e625553c5158280761d3b91c8875166f394 (diff) |
Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash
Add subprocess GPR API
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2313,6 +2313,7 @@ LIBGPR_SRC = \ src/core/support/string.c \ src/core/support/string_posix.c \ src/core/support/string_win32.c \ + src/core/support/subprocess_posix.c \ src/core/support/sync.c \ src/core/support/sync_posix.c \ src/core/support/sync_win32.c \ @@ -2340,6 +2341,7 @@ PUBLIC_HEADERS_C += \ include/grpc/support/port_platform.h \ include/grpc/support/slice.h \ include/grpc/support/slice_buffer.h \ + include/grpc/support/subprocess.h \ include/grpc/support/sync.h \ include/grpc/support/sync_generic.h \ include/grpc/support/sync_posix.h \ |