VirtualBox

Ignore:
Timestamp:
May 21, 2021 1:04:46 PM (4 years ago)
Author:
vboxsync
Message:

Audio/ValKit: Implemented audio test execution service (ATS) shutdown handling + testing. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/AudioTestService.h

    r89215 r89225  
    3232    /** The selected transport layer. */
    3333    PCATSTRANSPORT       pTransport;
    34     /** Whether to terminate or not.
    35      * @todo implement signals and stuff.  */
     34    /** Whether server is in started state or not. */
     35    bool volatile        fStarted;
     36    /** Whether to terminate or not. */
    3637    bool volatile        fTerminate;
     38    /** The main thread's poll set to handle new clients. */
     39    RTPOLLSET            hPollSet;
    3740    /** Pipe for communicating with the serving thread about new clients. - read end */
    3841    RTPIPE               hPipeR;
     
    5356
    5457int AudioTestSvcInit(PATSSERVER pThis);
     58int AudioTestSvcDestroy(PATSSERVER pThis);
    5559int AudioTestSvcStart(PATSSERVER pThis);
    5660int AudioTestSvcShutdown(PATSSERVER pThis);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette