[][src]Function newrelic_sys::newrelic_add_attribute_long

pub unsafe extern "C" fn newrelic_add_attribute_long(
    transaction: *mut newrelic_txn_t,
    key: *const c_char,
    value: c_long
) -> bool

@brief Add a custom long attribute to a transaction.

Given an active transaction, this function appends a long attribute to the transaction.

@param [in] transaction An active transaction. @param [in] key The name of the attribute. @param [in] value The long value of the attribute.

@return true if successful; false otherwise.