We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4917e44 commit d4d4cabCopy full SHA for d4d4cab
orte/util/compress.c
@@ -1,5 +1,7 @@
1
/*
2
* Copyright (c) 2016-2017 Intel, Inc. All rights reserved.
3
+ * Copyright (c) 2017 Research Organization for Information Science
4
+ * and Technology (RIST). All rights reserved.
5
* $COPYRIGHT$
6
*
7
* Additional copyrights may follow
@@ -21,7 +23,7 @@
21
23
#include "opal/util/output.h"
22
24
#include "compress.h"
25
-#ifdef OPAL_HAVE_ZLIB
26
+#if OPAL_HAVE_ZLIB
27
bool orte_util_compress_block(uint8_t *inbytes,
28
size_t inlen,
29
uint8_t **outbytes,
0 commit comments