summaryrefslogtreecommitdiff
path: root/src/burn/engine/burnpipe.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly prefix the functions exposed from burnpipe.hRob Mensching2024-01-111-10/+10
|
* Update Burn to use pipeutil for low-level pipe operationsRob Mensching2024-01-111-10/+1
|
* Rename inter-Burn communication related pipe fileRob Mensching2024-01-111-0/+104
When BootstrapperApplications move out of proc there will be another set of pipes in Burn that behave differently from the inter-Burn communication pipes that exist now. So renaming the existing pipe related files now to better reflect that it is related to Burn talking to Burn when elevated or embedded.