~markwright/scalestack/zeromq

« back to all changes in this revision

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

  • Committer: Eric Day
  • Date: 2011-01-25 20:51:51 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: eday@oddments.org-20110125205151-rlam04duepoczo9v
Moved common into kernel, other related cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifndef SCALESTACK_ECHO_FLOOD_STREAM_H
25
25
#define SCALESTACK_ECHO_FLOOD_STREAM_H
26
26
 
27
 
#include <scalestack/common/macros.h>
 
27
#include <scalestack/kernel/macros.h>
28
28
#include <scalestack/network/stream.h>
29
29
 
30
30
namespace scalestack