From: James Jones Date: Thu, 2 Mar 2023 20:09:48 +0000 (-0600) Subject: Add @param for extra in client_afrom_cs() (#4914) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db125057e3ef4cc4b3a65e44d53b305366ca9c2;p=thirdparty%2Ffreeradius-server.git Add @param for extra in client_afrom_cs() (#4914) --- diff --git a/src/lib/server/client.c b/src/lib/server/client.c index 2888c1bb507..9cd2561a579 100644 --- a/src/lib/server/client.c +++ b/src/lib/server/client.c @@ -695,6 +695,8 @@ int client_map_section(CONF_SECTION *out, CONF_SECTION const *map, client_value_ * @param ctx to allocate new clients in. * @param cs to process as a client. * @param server_cs The virtual server that this client belongs to. + * @param extra 0 allocate sizeof(fr_client_t) bytes + * >sizeof(client_t) number of bytes to allocate * @return new fr_client_t struct. */ fr_client_t *client_afrom_cs(TALLOC_CTX *ctx, CONF_SECTION *cs, CONF_SECTION *server_cs, size_t extra)