~n-muench/ubuntu/maverick/open-vm-tools/open-vm-tools.fix-632101

« back to all changes in this revision

Viewing changes to modules/linux/vmhgfs/transport.h

  • Committer: Nate Muench
  • Date: 2010-09-07 02:10:30 UTC
  • Revision ID: nowiwilldestroyabydos@gmail.com-20100907021030-msa3598ldopvwkye
* Merge from Debian testing (LP: #632101), remaining changes:
  - Recommend open-vm-toolbox in open-vm-tools.
  - Rediffing vsock.patch.
* Updating local Makefile to inject symvers files to fix vmhgfs and
  vsock modules, thanks to Joe Gooch <mrwizard@k12system.com> (Closes:
  #579721).
* Updating standards version to 3.9.1.
* Removing vmmemctl fom initscript (Closes: #588356).
* Merging upstream version 2010.06.16-268169.
* Updating standards version to 3.9.0.
* Updating README.source.
* Rediffing kvers.patch.
* Dropping procps.patch, not required anymore.
* Updating packaging for upstreams vmmemctl module removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
void HgfsTransportFreeRequest(HgfsReq *req);
62
62
int HgfsTransportSendRequest(HgfsReq *req);
63
63
HgfsReq *HgfsTransportGetPendingRequest(HgfsHandle id);
 
64
void HgfsTransportRemovePendingRequest(HgfsReq *req);
64
65
void HgfsTransportFinishRequest(HgfsReq *req, Bool success, Bool do_put);
65
66
void HgfsTransportFlushRequests(void);
66
67
void HgfsTransportMarkDead(void);