$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interprocess] locked mutex and process killed
From: Edouard A. (edouard_at_[hidden])
Date: 2009-03-24 13:55:12
On Tue, 24 Mar 2009 10:34:58 -0700 (PDT), Vicente Botet Escriba
<vicente.botet_at_[hidden]> wrote:
> Edouard A. wrote:
> How the mutex will be unlocked when leaving the scope of the function?
Well the destructor of the scoped_lock calls unlock, or am I missing
something?
-- EA