Skip to content

Commit

Permalink
Update M11 publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Sep 15, 2023
1 parent a6effaa commit a665827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ithipublisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,11 @@ bool ithipublisher::PublishDataM10(FILE* F)
return ret;
}

/* M11 publisher prepares data for the per slice graph,
* and also for usage of by providers and tld in the
* top million.
*/

bool ithipublisher::PublishDataM11(FILE* F)
{
bool ret = true;
Expand Down

0 comments on commit a665827

Please sign in to comment.