~registry/scalestack/trunk

« back to all changes in this revision

Viewing changes to scalestack/echo/flood/datagram.h

  • Committer: Eric Day
  • Date: 2011-02-08 08:24:23 UTC
  • mfrom: (62.1.23)
  • Revision ID: git-v1:765243fe4081f30891a3f24a572a9ab134513311
Merged Eric's cleanup branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  datagram(kernel::module& module);
45
45
 
46
46
  /**
47
 
   * See network::datagram::start().
 
47
   * See network::datagram::started().
48
48
   */
49
 
  void start(void);
 
49
  void started(void);
50
50
 
51
51
  /**
52
52
   * See network::datagram::receive().