~ubuntu-branches/ubuntu/wily/ust/wily-proposed

« back to all changes in this revision

Viewing changes to include/ust-comm.h

  • Committer: Package Import Robot
  • Author(s): Jon Bernard
  • Date: 2012-09-11 15:34:43 UTC
  • mto: (11.2.1 sid) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20120911153443-2rqyy0ewazyl4rp0
Tags: upstream-2.1.0~rc1
ImportĀ upstreamĀ versionĀ 2.1.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
                struct lttng_ust_context context;
132
132
                struct lttng_ust_tracer_version version;
133
133
                struct lttng_ust_tracepoint_iter tracepoint;
 
134
                struct {
 
135
                        uint32_t data_size;     /* following filter data */
 
136
                        uint32_t reloc_offset;
 
137
                } filter;
134
138
        } u;
135
139
};
136
140
 
155
159
        } u;
156
160
};
157
161
 
 
162
/*
 
163
 * LTTNG_UST_TRACEPOINT_FIELD_LIST reply is followed by a
 
164
 * struct lttng_ust_field_iter field.
 
165
 */
 
166
 
158
167
extern int ustcomm_create_unix_sock(const char *pathname);
159
168
extern int ustcomm_connect_unix_sock(const char *pathname);
160
169
extern int ustcomm_accept_unix_sock(int sock);