GNUnet 0.21.2
GlobClosure Struct Reference

Data Fields

const char * glob
 
GNUNET_FileNameCallback cb
 
void * cls
 
int nres
 Number of files that actually matched the glob pattern. More...
 

Detailed Description

Definition at line 956 of file disk.c.

Field Documentation

◆ glob

const char* GlobClosure::glob

Definition at line 958 of file disk.c.

Referenced by glob_cb(), and GNUNET_DISK_glob().

◆ cb

GNUNET_FileNameCallback GlobClosure::cb

Definition at line 959 of file disk.c.

Referenced by glob_cb().

◆ cls

void* GlobClosure::cls

Definition at line 960 of file disk.c.

Referenced by glob_cb().

◆ nres

int GlobClosure::nres

Number of files that actually matched the glob pattern.

Definition at line 965 of file disk.c.

Referenced by glob_cb(), and GNUNET_DISK_glob().


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