1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-17 04:23:50 +03:00

cool! created higher-order function table for agent redirection.

This commit is contained in:
Luke Leighton
-
parent 2c778313b8
commit 7bb2e55d0d
6 changed files with 340 additions and 216 deletions

View File

@@ -550,6 +550,9 @@ typedef struct
#include "vfs.h"
#include "vagent.h"
typedef struct connection_struct
{
struct connection_struct *next, *prev;