Samba4/LDB/Reply: Difference between revisions

From SambaWiki
No edit summary
(No difference)

Revision as of 19:28, 25 September 2009

Structures

ldb_reply

struct ldb_reply {
    int error;
    enum ldb_reply_type type;
    struct ldb_message *message;
    struct ldb_extended *response;
    struct ldb_control **controls;
    char *referral;
};