FOSSology  4.4.0
Open Source License Compliance by Open Source Software
uploadtree_struct Struct Reference

#include <buckets.h>

Collaboration diagram for uploadtree_struct:
Collaboration graph

Public Attributes

int uploadtree_pk
 
char * ufile_name
 
int upload_fk
 
int ufile_mode
 
int pfile_fk
 
int lft
 
int rgt
 

Detailed Description

struct uploadtree_struct uploadtree record values

Definition at line 99 of file buckets.h.

Member Data Documentation

◆ lft

int uploadtree_struct::lft

Left child range

Definition at line 106 of file buckets.h.

◆ pfile_fk

int uploadtree_struct::pfile_fk

Pfile id

Definition at line 105 of file buckets.h.

◆ rgt

int uploadtree_struct::rgt

Right child range

Definition at line 107 of file buckets.h.

◆ ufile_mode

int uploadtree_struct::ufile_mode

Upload mode

Definition at line 104 of file buckets.h.

◆ ufile_name

char* uploadtree_struct::ufile_name

Upload name

Definition at line 102 of file buckets.h.

◆ upload_fk

int uploadtree_struct::upload_fk

Upload id

Definition at line 103 of file buckets.h.

◆ uploadtree_pk

int uploadtree_struct::uploadtree_pk

Upload tree id

Definition at line 101 of file buckets.h.


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