~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to upstart/wire.c

  • Committer: Scott James Remnant
  • Date: 2007-01-02 18:39:03 UTC
  • Revision ID: scott@netsplit.com-20070102183903-b07812uh940ei7lm
* upstart/control.c: Rename to upstart/message.c
* upstart/control.h: Rename to upstart/message.h
* upstart/tests/test_control.c: Rename to upstart/tests/test_message.c
* upstart/libupstart.h: Update includes.
* upstart/wire.c: Include message.h
* upstart/wire.h: Update includes.
* upstart/tests/test_wire.c: Update includes.
* upstart/errors.h: Rename UPSTART_INVALID_MESSAGE to
UPSTART_MESSAGE_INVALID so that it's prefixed.
* upstart/Makefile.am (libupstart_la_SOURCES) 
(upstartinclude_HEADERS, TESTS): Update filenames.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include <nih/logging.h>
35
35
#include <nih/io.h>
36
36
 
 
37
#include <upstart/message.h>
37
38
#include <upstart/wire.h>
38
39
 
39
40