fw: introduce afterReceiveData strategy trigger

Change-Id: Ia805f1bd48f481c9b903b6ce5c388dd66fbbb7d1
refs: #4290
diff --git a/daemon/table/pit.hpp b/daemon/table/pit.hpp
index 91e958e..cfebb0a 100644
--- a/daemon/table/pit.hpp
+++ b/daemon/table/pit.hpp
@@ -1,6 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
-/**
- * Copyright (c) 2014-2016,  Regents of the University of California,
+/*
+ * Copyright (c) 2014-2018,  Regents of the University of California,
  *                           Arizona Board of Regents,
  *                           Colorado State University,
  *                           University Pierre & Marie Curie, Sorbonne University,
@@ -36,8 +36,9 @@
  *  \brief an unordered iterable of all PIT entries matching Data
  *
  *  This type shall support:
- *    iterator<shared_ptr<Entry>> begin()
- *    iterator<shared_ptr<Entry>> end()
+ *  - `iterator<shared_ptr<Entry>> begin()`
+ *  - `iterator<shared_ptr<Entry>> end()`
+ *  - `size_t size() const`
  */
 typedef std::vector<shared_ptr<Entry>> DataMatchResult;