~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to modules/linux/vsock/linux/vsockAddr.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-30 12:56:49 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730125649-97sfj5li8axiseoo
Tags: 2009.07.22-179896-2
* Temporarily building without dumbnet, the recently uploaded
  new dumbnet upstream version broke down (Closes: #539006).
* Using more common name to store local debian additions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                                uint32 port);
46
46
int32 VSockAddr_Cast(const struct sockaddr *addr, int32 len,
47
47
                     struct sockaddr_vm **outAddr);
48
 
Bool VSockAddr_SocketContext(VMCIId cid);
49
 
 
 
48
Bool VSockAddr_SocketContextStream(uint32 cid);
 
49
Bool VSockAddr_SocketContextDgram(uint32 cid, uint32 rid);
50
50
 
51
51
#endif // _VSOCK_ADDR_H_
52
52