aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/dist.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-04-09 16:35:04 +0200
committerSverker Eriksson <[email protected]>2019-04-09 17:04:38 +0200
commit1ba8bf12eddb363481b1b5856af7c4d7c3313e52 (patch)
tree4d883e299f23936ce46e27c3f7497a19b5f082ac /erts/emulator/beam/dist.h
parenta99df168b6d7ce37cfff781347ca8a15aaab133b (diff)
downloadotp-1ba8bf12eddb363481b1b5856af7c4d7c3313e52.tar.gz
otp-1ba8bf12eddb363481b1b5856af7c4d7c3313e52.tar.bz2
otp-1ba8bf12eddb363481b1b5856af7c4d7c3313e52.zip
Revert "erts: Make DFLAG_BIG_CREATION mandatory"
This reverts commit 321dc6ee0241f802c940def174c0a77262e11f21.
Diffstat (limited to 'erts/emulator/beam/dist.h')
-rw-r--r--erts/emulator/beam/dist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/emulator/beam/dist.h b/erts/emulator/beam/dist.h
index f953a2ab8c..067028634b 100644
--- a/erts/emulator/beam/dist.h
+++ b/erts/emulator/beam/dist.h
@@ -54,12 +54,11 @@
#define DFLAG_DIST_MANDATORY (DFLAG_EXTENDED_REFERENCES \
| DFLAG_EXTENDED_PIDS_PORTS \
| DFLAG_UTF8_ATOMS \
- | DFLAG_NEW_FUN_TAGS \
- | DFLAG_BIG_CREATION)
+ | DFLAG_NEW_FUN_TAGS)
/*
* Additional optimistic flags when encoding toward pending connection.
- * If remote node (erl_interface) does not support these then we may need
+ * If remote node (erl_interface) does not supporting these then we may need
* to transcode messages enqueued before connection setup was finished.
*/
#define DFLAG_DIST_HOPEFULLY (DFLAG_EXPORT_PTR_TAG \
@@ -76,6 +75,7 @@
| DFLAG_SMALL_ATOM_TAGS \
| DFLAG_UTF8_ATOMS \
| DFLAG_MAP_TAG \
+ | DFLAG_BIG_CREATION \
| DFLAG_SEND_SENDER \
| DFLAG_BIG_SEQTRACE_LABELS \
| DFLAG_EXIT_PAYLOAD \