summaryrefslogtreecommitdiffabout
path: root/include/opkele/prequeue_rp.h
Unidiff
Diffstat (limited to 'include/opkele/prequeue_rp.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/opkele/prequeue_rp.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/opkele/prequeue_rp.h b/include/opkele/prequeue_rp.h
index b98dd5a..68fe03d 100644
--- a/include/opkele/prequeue_rp.h
+++ b/include/opkele/prequeue_rp.h
@@ -13,4 +13,7 @@ namespace opkele {
13 using std::output_iterator_tag; 13 using std::output_iterator_tag;
14 14
15 /**
16 * discovery-enabled RP implementation, prequeueing discovered endpoints
17 */
15 class prequeue_RP : public basic_RP { 18 class prequeue_RP : public basic_RP {
16 public: 19 public:
@@ -67,6 +70,10 @@ namespace opkele {
67 * @{ 70 * @{
68 */ 71 */
72 /**
73 * In addition to base class implementation it does endpoints
74 * discovery and queueing
75 * @param usi User-suppled identifier
76 */
69 void initiate(const string& usi); 77 void initiate(const string& usi);
70
71 /** 78 /**
72 * @} 79 * @}