~ubuntu-branches/debian/sid/upstart/sid

« back to all changes in this revision

Viewing changes to init/control.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-12-13 17:27:37 UTC
  • mto: (16.1.6 feisty)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20061213172737-xtzw97b0cl4q7oc5
Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 * waiting to be sent on the control socket.
56
56
 *
57
57
 * @message is a copy of that given to us at the time, with any pointers
58
 
 * copied by #control_send.
 
58
 * copied by control_send().
59
59
 **/
60
60
typedef struct control_msg {
61
61
        NihList    entry;