small change to make eclipse happy
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a263d384 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a263d384 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a263d384 Branch: refs/heads/5.0.x Commit: a263d384d4f70ddc65d9c0ee21950ef2f4c79d0e Parents: 0d886aa Author: Zhao Yongming <ming....@gmail.com> Authored: Thu Oct 17 17:52:58 2013 +0800 Committer: Zhao Yongming <ming....@gmail.com> Committed: Thu Oct 17 17:52:58 2013 +0800 ---------------------------------------------------------------------- iocore/eventsystem/I_EventProcessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a263d384/iocore/eventsystem/I_EventProcessor.h ---------------------------------------------------------------------- diff --git a/iocore/eventsystem/I_EventProcessor.h b/iocore/eventsystem/I_EventProcessor.h index 40d8e94..2820e9b 100644 --- a/iocore/eventsystem/I_EventProcessor.h +++ b/iocore/eventsystem/I_EventProcessor.h @@ -112,7 +112,7 @@ public: @return event object representing the start of the thread. */ - Event *spawn_thread(Continuation * cont, const char *thr_name, size_t stacksize, ink_sem * sem = NULL); + Event *spawn_thread(Continuation * cont, const char *thr_name, size_t stacksize = 0, ink_sem * sem = NULL); /** Spawns a group of threads for an event type. Spawns the number of