Update git submodules

* Update os-win from branch 'master'
  - Merge "Add mutex class"
  - Add mutex class
    
    This will expose Windows mutexes. We usually rely on file locks
    when synchronizing multiple processes, mostly for portability
    reasons.
    
    Some times, file locks may not be an option, in which case a
    named mutex can be useful. We intend to use this in Glance when
    ensuring that only one scrubber can run at a time.
    
    Change-Id: I4a2a51e2164c6f5816f2af2641d41d1db7870600
This commit is contained in:
Zuul 2019-02-01 13:19:36 +00:00 committed by Gerrit Code Review
parent 05b20a2551
commit 09f4cbf1f9
1 changed files with 1 additions and 1 deletions

2
os-win

@ -1 +1 @@
Subproject commit 7fa5db4de9bd92e7b4e110168f91a6597430bf47
Subproject commit 7ed1f4db450d56439c6ccc33bd55c43554ada799