~ubuntu-branches/ubuntu/utopic/trousers/utopic

« back to all changes in this revision

Viewing changes to src/include/rpc_tcstp.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-06-18 22:22:21 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120618222221-m6xg5y53k5poezvq
Tags: 0.3.9-1
* Imported Upstream version 0.3.9
* Refreshed Debian patches
* Removed patch 04-gcc46.patch, not required anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
struct tcsd_comm_data {
33
33
        BYTE *buf;
34
 
        int buf_size;
 
34
        UINT32 buf_size;
35
35
        struct tcsd_packet_hdr hdr;
36
36
} STRUCTURE_PACKING_ATTRIBUTE;
37
37