1
1

Merge pull request #2935 from jsquyres/pr/fix-pmix-zlib-protection

pmix: fix zlib protection macro usage
Этот коммит содержится в:
Jeff Squyres 2017-02-07 16:33:41 -05:00 коммит произвёл GitHub
родитель 4018409b8c 100b112d3c
Коммит 0bf5ece4d5

Просмотреть файл

@ -1,5 +1,6 @@
/*
* Copyright (c) 2016 Intel, Inc. All rights reserved.
* Copyright (c) 2017 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -21,7 +22,7 @@
#include "src/include/pmix_globals.h"
#include "src/util/compress.h"
#ifdef HAVE_ZLIB_H
#if PMIX_HAVE_ZLIB
bool pmix_util_compress_string(char *instring,
uint8_t **outbytes,
size_t *nbytes)