42.23. slapi_value_set_flags()

This function sets the flags in a Slapi_Value structure.
This function is used to share the knowledge about the value. Currently, one flag is supported, SLAPI_ATTR_FLAG_NORMALIZED. With this flag, the value is already normalized.
The flag is bit-wise.
Syntax

    #include "slapi-plugin.h"
    void slapi_value_set_flags(Slapi_Value *v, unsigned long flags);

Parameters

This function takes the following parameter:

v
Pointer to the Slapi_Value structure for which to set the flags.