diff options
author | Sverker Eriksson <[email protected]> | 2017-09-08 17:11:43 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-15 20:10:33 +0100 |
commit | 5857245406584b8bfcbdf0be450ad494a992d5c8 (patch) | |
tree | eed663211327a0a582076fd8a7fbd6d46039e07d /erts/emulator/beam/dist.h | |
parent | 9271fd39c48a121b6be79e7a44a524c883fafc41 (diff) | |
download | otp-5857245406584b8bfcbdf0be450ad494a992d5c8.tar.gz otp-5857245406584b8bfcbdf0be450ad494a992d5c8.tar.bz2 otp-5857245406584b8bfcbdf0be450ad494a992d5c8.zip |
erts: Fix auto-connect toward erl_interface/jinterface
Diffstat (limited to 'erts/emulator/beam/dist.h')
-rw-r--r-- | erts/emulator/beam/dist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/dist.h b/erts/emulator/beam/dist.h index 49f3eac340..505d510473 100644 --- a/erts/emulator/beam/dist.h +++ b/erts/emulator/beam/dist.h @@ -405,7 +405,7 @@ struct erts_dsig_send_context { Eterm ctl; Eterm msg; int force_busy; - Uint32 pass_through_size; + Uint32 max_finalize_prepend; Uint data_size, dhdr_ext_size; ErtsAtomCacheMap *acmp; ErtsDistOutputBuf *obuf; |