mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
#1211: Interprocess tests hang when run in parallel
#1080 boost::interprocess win32 global file mapping issue [SVN r38951]
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
#include <cstring> //for strcmp, memset
|
||||
#include <iostream> //for cout
|
||||
#include <string>
|
||||
#include "get_compiler_name.hpp"
|
||||
#include "get_process_id_name.hpp"
|
||||
|
||||
using namespace boost::interprocess;
|
||||
|
||||
static const std::size_t ShmSize = 1000;
|
||||
static const char * ShmName = test::get_compiler_name();
|
||||
static const char * ShmName = test::get_process_id_name();
|
||||
|
||||
struct eraser
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user