Skip to content

Instantly share code, notes, and snippets.

View fpdevil's full-sized avatar

Sampath fpdevil

  • United Airlines Inc.
  • Chicago
View GitHub Profile
%%%-------------------------------------------------------------------
%%% @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).