You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the multipart_global_state variables are defined in putobject.cpp and the other files that use these each have their own extern declarations for them.
Reorganize this to put these variables in their own file/compilation unit and update s3_api.hpp to include the extern declarations.
Also change the part_shmem alias used to mpart_global_state so it more accurately reflects the code.
The text was updated successfully, but these errors were encountered:
Right now the
multipart_global_state
variables are defined in putobject.cpp and the other files that use these each have their own extern declarations for them.Reorganize this to put these variables in their own file/compilation unit and update s3_api.hpp to include the extern declarations.
Also change the
part_shmem
alias used tompart_global_state
so it more accurately reflects the code.The text was updated successfully, but these errors were encountered: