mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 01:40:42 +01:00
declared glbl class to be abstract (saves some housekeeping)
This commit is contained in:
parent
e1791996b8
commit
43a282dd96
@ -36,13 +36,6 @@
|
||||
|
||||
extern uchar *glblModPath; /* module load path */
|
||||
|
||||
/* the glbl object
|
||||
* Note: this must be defined to satisfy the interface. We do not
|
||||
* actually have instance data.*/
|
||||
typedef struct glbl_s {
|
||||
BEGINobjInstance; /* Data to implement generic object - MUST be the first data element! */
|
||||
} glbl_t;
|
||||
|
||||
|
||||
/* interfaces */
|
||||
BEGINinterface(glbl) /* name must also be changed in ENDinterface macro! */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user