VirtualBox

Changeset 69419 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 27, 2017 10:09:47 AM (7 years ago)
Author:
vboxsync
Message:

Serial/DrvTcp: scm updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvTCP.cpp

    r68717 r69419  
    55
    66/*
    7  * Copyright (C) 2006-2017 Oracle Corporation.
    8  *
    9  * This file was contributed by Alexey Eromenko (derived from DrvNamedPipe)
     7 * Contributed by Alexey Eromenko (derived from DrvNamedPipe).
     8 *
     9 * Copyright (C) 2006-2017 Oracle Corporation
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3939#include "VBoxDD.h"
    4040
     41
    4142/*********************************************************************************************************************************
    4243*   Defined Constants And Macros                                                                                                 *
     
    4849#define DRVTCP_WAKEUP_REASON_EXTERNAL       0
    4950#define DRVTCP_WAKEUP_REASON_NEW_CONNECTION 1
     51
    5052
    5153/*********************************************************************************************************************************
     
    540542                                       pDrvIns->iInstance);
    541543
    542         /** @todo: Allow binding to distinct interfaces. */
     544        /** @todo Allow binding to distinct interfaces. */
    543545        rc = RTTcpServerCreateEx(NULL, uPort, &pThis->hTcpServ);
    544546        if (RT_FAILURE(rc))
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