$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Interprocess] Determine if named_mutex was opened or created
From: Sönke Schau (schaus_at_[hidden])
Date: 2010-06-03 09:36:29
Hello!
In the constructor of named_mutex it is possible to specify that the mutex
should be opened or otherwise created.
Is there a way to determine which took place: creation or open?
Best regards
Sönke