GNUnet 0.21.1
KeywordCounter Struct Reference

Entry for each unique keyword to track how often it occurred. More...

Collaboration diagram for KeywordCounter:
[legend]

Data Fields

struct KeywordCounterprev
 This is a doubly-linked list. More...
 
struct KeywordCounternext
 This is a doubly-linked list. More...
 
const char * value
 Keyword that was found. More...
 
unsigned int count
 How many files have this keyword? More...
 

Detailed Description

Entry for each unique keyword to track how often it occurred.

Contains the keyword and the counter.

Definition at line 38 of file fs_sharetree.c.

Field Documentation

◆ prev

struct KeywordCounter* KeywordCounter::prev

This is a doubly-linked list.

Definition at line 43 of file fs_sharetree.c.

◆ next

struct KeywordCounter* KeywordCounter::next

This is a doubly-linked list.

Definition at line 48 of file fs_sharetree.c.

◆ value

const char* KeywordCounter::value

Keyword that was found.

Definition at line 53 of file fs_sharetree.c.

Referenced by add_to_keyword_counter(), migrate_and_drop_keywords(), and remove_high_frequency_keywords().

◆ count

unsigned int KeywordCounter::count

How many files have this keyword?

Definition at line 58 of file fs_sharetree.c.

Referenced by add_to_keyword_counter(), migrate_and_drop_keywords(), and remove_high_frequency_keywords().


The documentation for this struct was generated from the following file: