~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

Viewing changes to lib/rpcChannel/bdoorChannel.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-12-06 07:45:05 UTC
  • mfrom: (1.1.8 upstream) (2.4.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091206074505-43rp7oejjgp0y2re
Tags: 2009.11.16-210370-1
* Merging upstream version 2009.11.16-210370.
* Moving vmusr plugins from open-vm-tools to open-vm-toolbox (Closes:
  #539282, #557215).
* Correcting plugin location (Closes: #545222, #549044).
* Dropping la files (Closes: #551626).
* Adding open-vm-toolbox lintian overrides.
* Removing test plugin.
* Removing unused plugin symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include "vm_assert.h"
27
27
#include "rpcChannelInt.h"
 
28
#include "rpcin.h"
28
29
#include "rpcout.h"
29
30
#include "util.h"
30
31
 
94
95
 * @return TRUE on success.
95
96
 */
96
97
 
97
 
static Bool
 
98
static gboolean
98
99
RpcInStart(RpcChannel *chan)
99
100
{
100
101
   gboolean ret;
162
163
 * @return The status from the remote end (TRUE if call was successful).
163
164
 */
164
165
 
165
 
static Bool
 
166
static gboolean
166
167
RpcInSend(RpcChannel *chan,
167
168
          char *data,
168
169
          size_t dataLen,