This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%%------------------------------------------------------------------- | |
%%% @author Fernando Benavides <fernando.benavides@inakanetworks.com> | |
%%% @copyright (C) 2011 Inaka Networks S.R.L. | |
%%% @doc It listens and just repeats... | |
%%% @end | |
%%%------------------------------------------------------------------- | |
-module(gen_event_repeater). | |
-author('Fernando Benavides <fernando.benavides@inakanetworks.com>'). | |
-behaviour(gen_event). |