~ubuntu-branches/debian/sid/link-monitor-applet/sid

« back to all changes in this revision

Viewing changes to src/lm-host-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Adriaan Peeters
  • Date: 2008-03-30 22:26:13 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080330222613-5aubcuo9mgg2n7st
Tags: upstream-3.0
ImportĀ upstreamĀ versionĀ 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Generated by GOB (v2.0.14)   (do not edit directly) */
2
 
 
3
 
#ifndef __LM_HOST_PRIVATE_H__
4
 
#define __LM_HOST_PRIVATE_H__
5
 
 
6
 
#include "lm-host.h"
7
 
 
8
 
#ifdef __cplusplus
9
 
extern "C" {
10
 
#endif /* __cplusplus */
11
 
 
12
 
 
13
 
#line 40 "lm-host.gob"
14
 
 
15
 
#include <stdint.h>
16
 
 
17
 
#line 18 "lm-host-private.h"
18
 
struct _LMHostPrivate {
19
 
#line 69 "lm-host.gob"
20
 
        struct addrinfo * addrinfo;
21
 
#line 70 "lm-host.gob"
22
 
        const LMSocket * sock;
23
 
#line 71 "lm-host.gob"
24
 
        gboolean resolving;
25
 
#line 79 "lm-host.gob"
26
 
        uint16_t sent_seq;
27
 
#line 80 "lm-host.gob"
28
 
        uint16_t received_seq;
29
 
#line 81 "lm-host.gob"
30
 
        GTimeVal received_time;
31
 
#line 86 "lm-host.gob"
32
 
        unsigned int resolve_timeout_id;
33
 
#line 87 "lm-host.gob"
34
 
        unsigned int send_timeout_id;
35
 
#line 88 "lm-host.gob"
36
 
        unsigned int dead_timeout_id;
37
 
#line 38 "lm-host-private.h"
38
 
};
39
 
 
40
 
#ifdef __cplusplus
41
 
}
42
 
#endif /* __cplusplus */
43
 
 
44
 
#endif