~registry/scalestack/trunk

« back to all changes in this revision

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

  • Committer: Eric Day
  • Date: 2010-12-04 17:17:34 UTC
  • mfrom: (56.1.9)
  • Revision ID: git-v1:9c392b034d652023a4b28ae2976aca128bb856c2
Merged Eric's branch with style updates, config file support, and other cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
{
41
41
public:
42
42
 
43
 
  /**
44
 
   * Add common options for datagrams.
45
 
   */
46
 
  static void options(kernel::module& creator);
47
 
 
48
43
  datagram(network::datagram_service& creator);
49
44
 
50
45
  ~datagram();