Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Make the plugin thread safe #810

Merged
merged 3 commits into from
Dec 20, 2016

Commits on Dec 12, 2016

  1. Synchronize EsxVmdkCmd

    Use a mutex in EsxVmdkCmd to synchronize access to vmci data
    structures during Run() comand/response sequence.
    brunotm committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    5c4a551 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Synchronize refCountsMap

    Change refCountsMap to a struct
    Synchronize refcounts ops including init functions
    Remove vmdkDriver synchronization
    brunotm committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    9e5d4c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    ccf8da5 View commit details
    Browse the repository at this point in the history