#include <rsync.h>
filter_structのコラボレーション図
変数 | |
| filter_struct * | next |
| char * | pattern |
| uint32 | match_flags |
| union { | |
| int slash_cnt | |
| filter_list_struct * mergelist | |
| } | u |
| struct filter_struct* next |
| char* pattern |
| uint32 match_flags |
| int slash_cnt |
| struct filter_list_struct* mergelist |
| union { ... } u |
1.4.7