diff options
author | Omar Polo <op@omarpolo.com> | 2021-06-11 15:48:56 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-06-11 15:48:56 +0000 |
commit | f740b61b03c9e31f4915ee7d7444d64fc320b41c (patch) | |
tree | a742c9a311981cf9c95b137f61a16a19c65596e0 /gmid.h | |
parent | 6957a8c27fa6df0590c6dce9f386dd669bd0b6b3 (diff) |
more params from and send a custom list
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ struct vhost { struct lochead locations; struct envhead env; + struct envhead params; struct aliashead aliases; }; |