~cjohnston/ubuntu/raring/virtualbox/fix-for-1101867

« back to all changes in this revision

Viewing changes to src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-04-05 12:41:55 UTC
  • mfrom: (3.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120405124155-i7b39tv5ddwhubbe
Tags: 4.1.12-dfsg-2
* Upstream has replaced the 4.1.12 tarball with a new one that fixes a
  crash when creating host only interfaces. (Closes: #667460)
  - Add 36-tarball-respin.patch which contains the diff between the old
    and the new tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 */
5
5
 
6
6
/*
7
 
 * Copyright (C) 2007-2011 Oracle Corporation
 
7
 * Copyright (C) 2007-2012 Oracle Corporation
8
8
 *
9
9
 * This file is part of VirtualBox Open Source Edition (OSE), as
10
10
 * available from http://www.virtualbox.org. This file is free software;
396
396
                                                              PVBOXSERVICECTRLPROCESS pProcess);
397
397
extern int                      VBoxServiceControlThreadPerform(uint32_t uPID, PVBOXSERVICECTRLREQUEST pRequest);
398
398
extern int                      VBoxServiceControlThreadStop(const PVBOXSERVICECTRLTHREAD pThread);
399
 
extern int                      VBoxServiceControlThreadWait(const PVBOXSERVICECTRLTHREAD pThread, RTMSINTERVAL msTimeout);
 
399
extern int                      VBoxServiceControlThreadWait(const PVBOXSERVICECTRLTHREAD pThread,
 
400
                                                             RTMSINTERVAL msTimeout, int *prc);
400
401
extern int                      VBoxServiceControlThreadFree(PVBOXSERVICECTRLTHREAD pThread);
401
402
/* Request handling. */
402
403
extern int                      VBoxServiceControlThreadRequestAlloc(PVBOXSERVICECTRLREQUEST   *ppReq,