#include <freeradius-devel/server/request.h>
#include <freeradius-devel/server/cf_util.h>
Go to the source code of this file.
- Id
- 2dd697b8d2d85fb8f2c2af4d4233a6b5bf08282b
- Copyright
- 2021 Arran Cudbard-Bell a.cud.nosp@m.bard.nosp@m.b@fre.nosp@m.erad.nosp@m.ius.o.nosp@m.rg
Definition in file call.h.
◆ unlang_call_current()
Return the last virtual server that was called.
- Parameters
-
[in] | request | To return virtual server for. |
- Returns
- A virtual server CONF_SECTION on success.
- NULL on failure.
Definition at line 225 of file call.c.
◆ unlang_call_push()
Push a call frame onto the stack.
This should be used instead of virtual_server_push in the majority of the code
Definition at line 147 of file call.c.