13 lines
450 B
C++
13 lines
450 B
C++
/*
|
|
**********************************************************************************************
|
|
* File: global_var.cpp
|
|
* Description:
|
|
* Authors: Liu WenTan <liuwentan@geedgenetworks.com>
|
|
* Date: 2022-07-15
|
|
* Copyright: (c) 2018-2022 Geedge Networks, Inc. All rights reserved.
|
|
***********************************************************************************************
|
|
*/
|
|
|
|
#include "global_var.h"
|
|
|
|
struct stellar_engine g_engine_instance; |