VirtualBox

Changeset 21542 in vbox for trunk/include


Ignore:
Timestamp:
Jul 13, 2009 2:57:51 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50015
Message:

Runtime: separate error code for EBUSY, for getting better error message on OSX with raw disk/partition access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r21514 r21542  
    44
    55/*
    6  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     6 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    589589/** A request was not prepared and thus could not be submitted. */
    590590#define VERR_FILE_AIO_NOT_PREPARED          (-136)
    591 /** Not all requests could be submitted due to ressource shortage. */
     591/** Not all requests could be submitted due to resource shortage. */
    592592#define VERR_FILE_AIO_INSUFFICIENT_RESSOURCES (-137)
     593/** Device or resource is busy. */
     594#define VERR_RESOURCE_BUSY                  (-138)
    593595/** @} */
    594596
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