Merge remote-tracking branch 'upstream/master' into master-to-security
This commit is contained in:
commit
67c49235db
110 changed files with 2714 additions and 4540 deletions
|
@ -475,7 +475,7 @@ sub conv_table {
|
|||
$fqname1 = "$fqname/$fs->{name}";
|
||||
$elems++;
|
||||
}
|
||||
my $prefix1 = ($fs->{table} eq "unsupp_cfgelems") ? "<b>Internal</b>" : $prefix;
|
||||
my $prefix1 = ($fs->{table} eq "internal_cfgelems") ? "<b>Internal</b>" : $prefix;
|
||||
&$convsub ($fh, $fs, $fs->{name}, $fqname1, $indent, $prefix1, $closure);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2002,7 +2002,7 @@ threads exist:
|
|||
|
||||
* dq.CHAN: delivery thread for channel CHAN;
|
||||
|
||||
* tev.CHAN: timed-even thread for channel CHAN.
|
||||
* tev.CHAN: timed-event thread for channel CHAN.
|
||||
|
||||
|
||||
##### //CycloneDDS/Domain/Threads/Thread/Scheduling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue