summaryrefslogtreecommitdiff
path: root/node/Multicaster.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-08 17:33:26 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-08 17:33:26 -0700
commit00fd9c3a15f9ac0981cf79c98515df888b3bd109 (patch)
treebe2aeb7bbeb87b09cc43f4120c5fe39c0e467a06 /node/Multicaster.hpp
parent8007ca56aaa2781e068ce9e3849a64b1e7bf7b8f (diff)
downloadinfinitytier-00fd9c3a15f9ac0981cf79c98515df888b3bd109.tar.gz
infinitytier-00fd9c3a15f9ac0981cf79c98515df888b3bd109.zip
It builds... almost ready to test some rules engine stuff.
Diffstat (limited to 'node/Multicaster.hpp')
-rw-r--r--node/Multicaster.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Multicaster.hpp b/node/Multicaster.hpp
index c43c8d93..51dabc69 100644
--- a/node/Multicaster.hpp
+++ b/node/Multicaster.hpp
@@ -150,7 +150,6 @@ public:
/**
* Send a multicast
*
- * @param com Certificate of membership to include or NULL for none
* @param limit Multicast limit
* @param now Current time
* @param nwid Network ID
@@ -162,7 +161,6 @@ public:
* @param len Length of packet data
*/
void send(
- const CertificateOfMembership *com,
unsigned int limit,
uint64_t now,
uint64_t nwid,