Skip to content

File network_request_def.hpp

FileList > communication > network_request_def.hpp

Go to the source code of this file

  • #include "thread_compat.hpp"

Classes

Type Name
struct net_request

Public Types

Type Name
enum net_req_act
typedef void(* net_server_func

Public Types Documentation

enum net_req_act

enum net_req_act {
    CHECK_DB_MODIFICATION = 0x0001,
    CHECK_AUTHORIZATION = 0x0002,
    SET_DIAGNOSTICS_INFO = 0x0004,
    IN_TRANSACTION = 0x0008,
    OUT_TRANSACTION = 0x0010
};

typedef net_server_func

typedef void(* net_server_func) (THREAD_ENTRY *thrd, unsigned int rid, char *request, int reqlen);


The documentation for this class was generated from the following file cubrid/src/communication/network_request_def.hpp